Shades of Turquoise #4EECEE
Tints of Turquoise #4EECEE
RGB
CMYK
RGB Variations
Color information
#4EECEE (or 0x4EECEE) is known color: Turquoise. HEX triplet: 4E, EC and EE. RGB value is (78,236,238). Sum of RGB (Red+Green+Blue) = 78+236+238=552 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.13% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #4EECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EECEE is #B11311. Grayscale: #BCBCBC. Windows color (decimal): -11604754 or 15658062. OLE color: 15658062.
HSL color Cylindrical-coordinate representation of color #4EECEE: hue angle of 180.75º 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 #4EECEE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 238 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.07 |
| HSL | 180.75º | 0.82% | 0.62% | - |
| HSV(B) | 180.75º | 0.67% | 0.93% | - |
| XYZ | 48.57 | 67.78 | 91.41 | - |
| YUV | 188.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 238 | 0.67 | 0.01 | 0 | 0.07 | 180.75 | 0.82 | 0.62 |
| Hex | 4E | EC | EE | 43 | 1 | 0 | 7 | B5 | 52 | 3E |
| Octal | 116 | 354 | 356 | 103 | 1 | 0 | 7 | 265 | 122 | 76 |
| Binary | 1001110 | 11101100 | 11101110 | 1000011 | 1 | 0 | 111 | 10110101 | 1010010 | 111110 |
Color Harmonies of #4EECEE
Complementary color
Monochromatic Colors of #4EECEE
Black with #4EECEE
Text Example
Text Example
White with #4EECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EECEE; }
p { color: rgb(78,236,238); }
H1.HeaderClassName
{
color: #4EECEE;
}
.AnyTagClassName
{
color: #4EECEE;
}
</style>
background-color css
<style>
a { background-color: #4EECEE; }
a { background-color: rgb(78,236,238); }
div.DivClassName
{
background-color: #4EECEE;
}
.BgClassName
{
background-color: #4EECEE;
}
</style>
border-color css
<style>
span { border-color: #4EECEE; }
span { border-color: rgb(78,236,238); }
td.TdClassName
{
border-color: #4EECEE;
}
.TagClassName
{
border-color: #4EECEE;
}
</style>