Shades of Turquoise #4CEEC8
Tints of Turquoise #4CEEC8
RGB
CMYK
RGB Variations
Color information
#4CEEC8 (or 0x4CEEC8) is known color: Turquoise. HEX triplet: 4C, EE and C8. RGB value is (76,238,200). Sum of RGB (Red+Green+Blue) = 76+238+200=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEEC8 is #B31137. Grayscale: #B9B9B9. Windows color (decimal): -11735352 or 13168204. OLE color: 13168204.
HSL color Cylindrical-coordinate representation of color #4CEEC8: hue angle of 165.93º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEEC8 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 200 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.07 |
| HSL | 165.93º | 0.83% | 0.62% | - |
| HSV(B) | 165.93º | 0.68% | 0.93% | - |
| XYZ | 43.98 | 66.86 | 65.23 | - |
| YUV | 185.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 200 | 0.68 | 0 | 0.16 | 0.07 | 165.93 | 0.83 | 0.62 |
| Hex | 4C | EE | C8 | 44 | 0 | 10 | 7 | A6 | 53 | 3E |
| Octal | 114 | 356 | 310 | 104 | 0 | 20 | 7 | 246 | 123 | 76 |
| Binary | 1001100 | 11101110 | 11001000 | 1000100 | 0 | 10000 | 111 | 10100110 | 1010011 | 111110 |
Color Harmonies of #4CEEC8
Complementary color
Monochromatic Colors of #4CEEC8
Black with #4CEEC8
Text Example
Text Example
White with #4CEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEEC8; }
p { color: rgb(76,238,200); }
H1.HeaderClassName
{
color: #4CEEC8;
}
.AnyTagClassName
{
color: #4CEEC8;
}
</style>
background-color css
<style>
a { background-color: #4CEEC8; }
a { background-color: rgb(76,238,200); }
div.DivClassName
{
background-color: #4CEEC8;
}
.BgClassName
{
background-color: #4CEEC8;
}
</style>
border-color css
<style>
span { border-color: #4CEEC8; }
span { border-color: rgb(76,238,200); }
td.TdClassName
{
border-color: #4CEEC8;
}
.TagClassName
{
border-color: #4CEEC8;
}
</style>