Shades of Turquoise #4EE0CC
Tints of Turquoise #4EE0CC
RGB
CMYK
RGB Variations
Color information
#4EE0CC (or 0x4EE0CC) is known color: Turquoise. HEX triplet: 4E, E0 and CC. RGB value is (78,224,204). Sum of RGB (Red+Green+Blue) = 78+224+204=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE0CC is #B11F33. Grayscale: #B2B2B2. Windows color (decimal): -11607860 or 13426766. OLE color: 13426766.
HSL color Cylindrical-coordinate representation of color #4EE0CC: hue angle of 171.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE0CC is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 204 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.12 |
| HSL | 171.78º | 0.7% | 0.59% | - |
| HSV(B) | 171.78º | 0.65% | 0.88% | - |
| XYZ | 40.7 | 59.29 | 66.43 | - |
| YUV | 178.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 204 | 0.65 | 0 | 0.09 | 0.12 | 171.78 | 0.7 | 0.59 |
| Hex | 4E | E0 | CC | 41 | 0 | 9 | C | AC | 46 | 3B |
| Octal | 116 | 340 | 314 | 101 | 0 | 11 | 14 | 254 | 106 | 73 |
| Binary | 1001110 | 11100000 | 11001100 | 1000001 | 0 | 1001 | 1100 | 10101100 | 1000110 | 111011 |
Color Harmonies of #4EE0CC
Complementary color
Monochromatic Colors of #4EE0CC
Black with #4EE0CC
Text Example
Text Example
White with #4EE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE0CC; }
p { color: rgb(78,224,204); }
H1.HeaderClassName
{
color: #4EE0CC;
}
.AnyTagClassName
{
color: #4EE0CC;
}
</style>
background-color css
<style>
a { background-color: #4EE0CC; }
a { background-color: rgb(78,224,204); }
div.DivClassName
{
background-color: #4EE0CC;
}
.BgClassName
{
background-color: #4EE0CC;
}
</style>
border-color css
<style>
span { border-color: #4EE0CC; }
span { border-color: rgb(78,224,204); }
td.TdClassName
{
border-color: #4EE0CC;
}
.TagClassName
{
border-color: #4EE0CC;
}
</style>