Shades of Turquoise #4EEECA
Tints of Turquoise #4EEECA
RGB
CMYK
RGB Variations
Color information
#4EEECA (or 0x4EEECA) is known color: Turquoise. HEX triplet: 4E, EE and CA. RGB value is (78,238,202). Sum of RGB (Red+Green+Blue) = 78+238+202=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEECA is #B11135. Grayscale: #BABABA. Windows color (decimal): -11604278 or 13299278. OLE color: 13299278.
HSL color Cylindrical-coordinate representation of color #4EEECA: hue angle of 166.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEECA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 202 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.07 |
| HSL | 166.5º | 0.82% | 0.62% | - |
| HSV(B) | 166.5º | 0.67% | 0.93% | - |
| XYZ | 44.38 | 67.03 | 66.48 | - |
| YUV | 186.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 202 | 0.67 | 0 | 0.15 | 0.07 | 166.5 | 0.82 | 0.62 |
| Hex | 4E | EE | CA | 43 | 0 | F | 7 | A6 | 52 | 3E |
| Octal | 116 | 356 | 312 | 103 | 0 | 17 | 7 | 246 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11001010 | 1000011 | 0 | 1111 | 111 | 10100110 | 1010010 | 111110 |
Color Harmonies of #4EEECA
Complementary color
Monochromatic Colors of #4EEECA
Black with #4EEECA
Text Example
Text Example
White with #4EEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEECA; }
p { color: rgb(78,238,202); }
H1.HeaderClassName
{
color: #4EEECA;
}
.AnyTagClassName
{
color: #4EEECA;
}
</style>
background-color css
<style>
a { background-color: #4EEECA; }
a { background-color: rgb(78,238,202); }
div.DivClassName
{
background-color: #4EEECA;
}
.BgClassName
{
background-color: #4EEECA;
}
</style>
border-color css
<style>
span { border-color: #4EEECA; }
span { border-color: rgb(78,238,202); }
td.TdClassName
{
border-color: #4EEECA;
}
.TagClassName
{
border-color: #4EEECA;
}
</style>