Shades of Medium Turquoise #2FCEC8
Tints of Medium Turquoise #2FCEC8
RGB
CMYK
RGB Variations
Color information
#2FCEC8 (or 0x2FCEC8) is known color: Medium Turquoise. HEX triplet: 2F, CE and C8. RGB value is (47,206,200). Sum of RGB (Red+Green+Blue) = 47+206+200=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC8 is #D03137. Grayscale: #9D9D9D. Windows color (decimal): -13644088 or 13159983. OLE color: 13159983.
HSL color Cylindrical-coordinate representation of color #2FCEC8: hue angle of 177.74º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEC8 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 200 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.19 |
| HSL | 177.74º | 0.63% | 0.5% | - |
| HSV(B) | 177.74º | 0.77% | 0.81% | - |
| XYZ | 33.67 | 48.92 | 62.31 | - |
| YUV | 157.78 | 151.82 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 200 | 0.77 | 0 | 0.03 | 0.19 | 177.74 | 0.63 | 0.5 |
| Hex | 2F | CE | C8 | 4D | 0 | 3 | 13 | B2 | 3F | 32 |
| Octal | 57 | 316 | 310 | 115 | 0 | 3 | 23 | 262 | 77 | 62 |
| Binary | 101111 | 11001110 | 11001000 | 1001101 | 0 | 11 | 10011 | 10110010 | 111111 | 110010 |
Color Harmonies of #2FCEC8
Complementary color
Monochromatic Colors of #2FCEC8
Black with #2FCEC8
Text Example
Text Example
White with #2FCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEC8; }
p { color: rgb(47,206,200); }
H1.HeaderClassName
{
color: #2FCEC8;
}
.AnyTagClassName
{
color: #2FCEC8;
}
</style>
background-color css
<style>
a { background-color: #2FCEC8; }
a { background-color: rgb(47,206,200); }
div.DivClassName
{
background-color: #2FCEC8;
}
.BgClassName
{
background-color: #2FCEC8;
}
</style>
border-color css
<style>
span { border-color: #2FCEC8; }
span { border-color: rgb(47,206,200); }
td.TdClassName
{
border-color: #2FCEC8;
}
.TagClassName
{
border-color: #2FCEC8;
}
</style>