Shades of Turquoise #2FFECC
Tints of Turquoise #2FFECC
RGB
CMYK
RGB Variations
Color information
#2FFECC (or 0x2FFECC) is known color: Turquoise. HEX triplet: 2F, FE and CC. RGB value is (47,254,204). Sum of RGB (Red+Green+Blue) = 47+254+204=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFECC is #D00133. Grayscale: #BABABA. Windows color (decimal): -13631796 or 13434415. OLE color: 13434415.
HSL color Cylindrical-coordinate representation of color #2FFECC: hue angle of 165.51º 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 #2FFECC is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 204 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.00 |
| HSL | 165.51º | 0.99% | 0.59% | - |
| HSV(B) | 165.51º | 0.81% | 1% | - |
| XYZ | 47.51 | 75.85 | 69.26 | - |
| YUV | 186.41 | 137.92 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 204 | 0.81 | 0 | 0.20 | 0.00 | 165.51 | 0.99 | 0.59 |
| Hex | 2F | FE | CC | 51 | 0 | 14 | 0 | A6 | 63 | 3B |
| Octal | 57 | 376 | 314 | 121 | 0 | 24 | 0 | 246 | 143 | 73 |
| Binary | 101111 | 11111110 | 11001100 | 1010001 | 0 | 10100 | 0 | 10100110 | 1100011 | 111011 |
Color Harmonies of #2FFECC
Complementary color
Monochromatic Colors of #2FFECC
Black with #2FFECC
Text Example
Text Example
White with #2FFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFECC; }
p { color: rgb(47,254,204); }
H1.HeaderClassName
{
color: #2FFECC;
}
.AnyTagClassName
{
color: #2FFECC;
}
</style>
background-color css
<style>
a { background-color: #2FFECC; }
a { background-color: rgb(47,254,204); }
div.DivClassName
{
background-color: #2FFECC;
}
.BgClassName
{
background-color: #2FFECC;
}
</style>
border-color css
<style>
span { border-color: #2FFECC; }
span { border-color: rgb(47,254,204); }
td.TdClassName
{
border-color: #2FFECC;
}
.TagClassName
{
border-color: #2FFECC;
}
</style>