Shades of Turquoise #2FFEEC
Tints of Turquoise #2FFEEC
RGB
CMYK
RGB Variations
Color information
#2FFEEC (or 0x2FFEEC) is known color: Turquoise. HEX triplet: 2F, FE and EC. RGB value is (47,254,236). Sum of RGB (Red+Green+Blue) = 47+254+236=537 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.75% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEEC is #D00113. Grayscale: #BDBDBD. Windows color (decimal): -13631764 or 15531567. OLE color: 15531567.
HSL color Cylindrical-coordinate representation of color #2FFEEC: hue angle of 174.78º 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 #2FFEEC is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 236 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.00 |
| HSL | 174.78º | 0.99% | 0.59% | - |
| HSV(B) | 174.78º | 0.81% | 1% | - |
| XYZ | 51.75 | 77.54 | 91.6 | - |
| YUV | 190.06 | 153.92 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 236 | 0.81 | 0 | 0.07 | 0.00 | 174.78 | 0.99 | 0.59 |
| Hex | 2F | FE | EC | 51 | 0 | 7 | 0 | AF | 63 | 3B |
| Octal | 57 | 376 | 354 | 121 | 0 | 7 | 0 | 257 | 143 | 73 |
| Binary | 101111 | 11111110 | 11101100 | 1010001 | 0 | 111 | 0 | 10101111 | 1100011 | 111011 |
Color Harmonies of #2FFEEC
Complementary color
Monochromatic Colors of #2FFEEC
Black with #2FFEEC
Text Example
Text Example
White with #2FFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEEC; }
p { color: rgb(47,254,236); }
H1.HeaderClassName
{
color: #2FFEEC;
}
.AnyTagClassName
{
color: #2FFEEC;
}
</style>
background-color css
<style>
a { background-color: #2FFEEC; }
a { background-color: rgb(47,254,236); }
div.DivClassName
{
background-color: #2FFEEC;
}
.BgClassName
{
background-color: #2FFEEC;
}
</style>
border-color css
<style>
span { border-color: #2FFEEC; }
span { border-color: rgb(47,254,236); }
td.TdClassName
{
border-color: #2FFEEC;
}
.TagClassName
{
border-color: #2FFEEC;
}
</style>