Shades of Turquoise #2FEDCC
Tints of Turquoise #2FEDCC
RGB
CMYK
RGB Variations
Color information
#2FEDCC (or 0x2FEDCC) is known color: Turquoise. HEX triplet: 2F, ED and CC. RGB value is (47,237,204). Sum of RGB (Red+Green+Blue) = 47+237+204=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDCC is #D01233. Grayscale: #B0B0B0. Windows color (decimal): -13636148 or 13430063. OLE color: 13430063.
HSL color Cylindrical-coordinate representation of color #2FEDCC: hue angle of 169.58º degrees, saturation: 0.84, 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 #2FEDCC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 204 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.07 |
| HSL | 169.58º | 0.84% | 0.56% | - |
| HSV(B) | 169.58º | 0.8% | 0.93% | - |
| XYZ | 42.36 | 65.53 | 67.54 | - |
| YUV | 176.43 | 143.55 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 204 | 0.80 | 0 | 0.14 | 0.07 | 169.58 | 0.84 | 0.56 |
| Hex | 2F | ED | CC | 50 | 0 | E | 7 | AA | 54 | 38 |
| Octal | 57 | 355 | 314 | 120 | 0 | 16 | 7 | 252 | 124 | 70 |
| Binary | 101111 | 11101101 | 11001100 | 1010000 | 0 | 1110 | 111 | 10101010 | 1010100 | 111000 |
Color Harmonies of #2FEDCC
Complementary color
Monochromatic Colors of #2FEDCC
Black with #2FEDCC
Text Example
Text Example
White with #2FEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDCC; }
p { color: rgb(47,237,204); }
H1.HeaderClassName
{
color: #2FEDCC;
}
.AnyTagClassName
{
color: #2FEDCC;
}
</style>
background-color css
<style>
a { background-color: #2FEDCC; }
a { background-color: rgb(47,237,204); }
div.DivClassName
{
background-color: #2FEDCC;
}
.BgClassName
{
background-color: #2FEDCC;
}
</style>
border-color css
<style>
span { border-color: #2FEDCC; }
span { border-color: rgb(47,237,204); }
td.TdClassName
{
border-color: #2FEDCC;
}
.TagClassName
{
border-color: #2FEDCC;
}
</style>