Shades of Turquoise #4CFEE8
Tints of Turquoise #4CFEE8
RGB
CMYK
RGB Variations
Color information
#4CFEE8 (or 0x4CFEE8) is known color: Turquoise. HEX triplet: 4C, FE and E8. RGB value is (76,254,232). Sum of RGB (Red+Green+Blue) = 76+254+232=562 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.52% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFEE8 is #B30117. Grayscale: #C6C6C6. Windows color (decimal): -11731224 or 15269452. OLE color: 15269452.
HSL color Cylindrical-coordinate representation of color #4CFEE8: hue angle of 172.58º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEE8 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 232 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.00 |
| HSL | 172.58º | 0.99% | 0.65% | - |
| HSV(B) | 172.58º | 0.7% | 1% | - |
| XYZ | 52.99 | 78.25 | 88.65 | - |
| YUV | 198.27 | 147.03 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 232 | 0.70 | 0 | 0.09 | 0.00 | 172.58 | 0.99 | 0.65 |
| Hex | 4C | FE | E8 | 46 | 0 | 9 | 0 | AD | 63 | 41 |
| Octal | 114 | 376 | 350 | 106 | 0 | 11 | 0 | 255 | 143 | 101 |
| Binary | 1001100 | 11111110 | 11101000 | 1000110 | 0 | 1001 | 0 | 10101101 | 1100011 | 1000001 |
Color Harmonies of #4CFEE8
Complementary color
Monochromatic Colors of #4CFEE8
Black with #4CFEE8
Text Example
Text Example
White with #4CFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEE8; }
p { color: rgb(76,254,232); }
H1.HeaderClassName
{
color: #4CFEE8;
}
.AnyTagClassName
{
color: #4CFEE8;
}
</style>
background-color css
<style>
a { background-color: #4CFEE8; }
a { background-color: rgb(76,254,232); }
div.DivClassName
{
background-color: #4CFEE8;
}
.BgClassName
{
background-color: #4CFEE8;
}
</style>
border-color css
<style>
span { border-color: #4CFEE8; }
span { border-color: rgb(76,254,232); }
td.TdClassName
{
border-color: #4CFEE8;
}
.TagClassName
{
border-color: #4CFEE8;
}
</style>