Shades of Turquoise #2FEECC
Tints of Turquoise #2FEECC
RGB
CMYK
RGB Variations
Color information
#2FEECC (or 0x2FEECC) is known color: Turquoise. HEX triplet: 2F, EE and CC. RGB value is (47,238,204). Sum of RGB (Red+Green+Blue) = 47+238+204=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEECC is #D01133. Grayscale: #B0B0B0. Windows color (decimal): -13635892 or 13430319. OLE color: 13430319.
HSL color Cylindrical-coordinate representation of color #2FEECC: hue angle of 169.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEECC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 204 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.07 |
| HSL | 169.32º | 0.85% | 0.56% | - |
| HSV(B) | 169.32º | 0.8% | 0.93% | - |
| XYZ | 42.65 | 66.11 | 67.64 | - |
| YUV | 177.02 | 143.22 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 204 | 0.80 | 0 | 0.14 | 0.07 | 169.32 | 0.85 | 0.56 |
| Hex | 2F | EE | CC | 50 | 0 | E | 7 | A9 | 55 | 38 |
| Octal | 57 | 356 | 314 | 120 | 0 | 16 | 7 | 251 | 125 | 70 |
| Binary | 101111 | 11101110 | 11001100 | 1010000 | 0 | 1110 | 111 | 10101001 | 1010101 | 111000 |
Color Harmonies of #2FEECC
Complementary color
Monochromatic Colors of #2FEECC
Black with #2FEECC
Text Example
Text Example
White with #2FEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEECC; }
p { color: rgb(47,238,204); }
H1.HeaderClassName
{
color: #2FEECC;
}
.AnyTagClassName
{
color: #2FEECC;
}
</style>
background-color css
<style>
a { background-color: #2FEECC; }
a { background-color: rgb(47,238,204); }
div.DivClassName
{
background-color: #2FEECC;
}
.BgClassName
{
background-color: #2FEECC;
}
</style>
border-color css
<style>
span { border-color: #2FEECC; }
span { border-color: rgb(47,238,204); }
td.TdClassName
{
border-color: #2FEECC;
}
.TagClassName
{
border-color: #2FEECC;
}
</style>