Shades of Turquoise #2FFEE6
Tints of Turquoise #2FFEE6
RGB
CMYK
RGB Variations
Color information
#2FFEE6 (or 0x2FFEE6) is known color: Turquoise. HEX triplet: 2F, FE and E6. RGB value is (47,254,230). Sum of RGB (Red+Green+Blue) = 47+254+230=531 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.85% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEE6 is #D00119. Grayscale: #BDBDBD. Windows color (decimal): -13631770 or 15138351. OLE color: 15138351.
HSL color Cylindrical-coordinate representation of color #2FFEE6: hue angle of 173.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEE6 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 230 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.00 |
| HSL | 173.04º | 0.99% | 0.59% | - |
| HSV(B) | 173.04º | 0.81% | 1% | - |
| XYZ | 50.9 | 77.2 | 87.08 | - |
| YUV | 189.37 | 150.92 | 26.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 230 | 0.81 | 0 | 0.09 | 0.00 | 173.04 | 0.99 | 0.59 |
| Hex | 2F | FE | E6 | 51 | 0 | 9 | 0 | AD | 63 | 3B |
| Octal | 57 | 376 | 346 | 121 | 0 | 11 | 0 | 255 | 143 | 73 |
| Binary | 101111 | 11111110 | 11100110 | 1010001 | 0 | 1001 | 0 | 10101101 | 1100011 | 111011 |
Color Harmonies of #2FFEE6
Complementary color
Monochromatic Colors of #2FFEE6
Black with #2FFEE6
Text Example
Text Example
White with #2FFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEE6; }
p { color: rgb(47,254,230); }
H1.HeaderClassName
{
color: #2FFEE6;
}
.AnyTagClassName
{
color: #2FFEE6;
}
</style>
background-color css
<style>
a { background-color: #2FFEE6; }
a { background-color: rgb(47,254,230); }
div.DivClassName
{
background-color: #2FFEE6;
}
.BgClassName
{
background-color: #2FFEE6;
}
</style>
border-color css
<style>
span { border-color: #2FFEE6; }
span { border-color: rgb(47,254,230); }
td.TdClassName
{
border-color: #2FFEE6;
}
.TagClassName
{
border-color: #2FFEE6;
}
</style>