strong cyan
Enter any color value (e.g., #9f0efa, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#2fffff color RGB value is (47,255,255)
#2fffff color CMYK value
#2fffff color HSL value
HSV(or HSB) | 180.0° | 81.6 | 100.0 |
XYZ | 54.982 | 79.344 | 107.025 |
Yxy | 0.228 | 0.329 | 79.344 |
LAB | 91.390 | -46.276 | -13.701 |
LUV | 91.390 | -68.218 | -14.731 |
Hunter-LAB | 89.075 | -45.702 | -8.885 |
CIE-LCH | 91.390 | 48.261 | 196.492 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 2F | FF | FF |
Decimal | 47 | 255 | 255 |
Octal | 57 | 377 | 377 |
Binary | 00101111 | 11111111 | 11111111 |
Below, you can see some colors close to #2fffff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #2fffff.
<span style="color:#2fffff">Text here</span>
This paragraph has a background color of #2fffff.
<p style="background-color:#2fffff;">Content here</p>
This element has a border color of #2fffff.
<div style="border:1px #2fffff;">Content here</div>
.text {color:#2fffff;}
.background {background-color:#2fffff;}
.border {border:1px solid #2fffff;}
.text-shadow {border:1px solid #2fffff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000404 is the darkest color, while #eeffff is the lightest one.