Shades of Turquoise Blue #4EDEEE
Tints of Turquoise Blue #4EDEEE
RGB
CMYK
RGB Variations
Color information
#4EDEEE (or 0x4EDEEE) is known color: Turquoise Blue. HEX triplet: 4E, DE and EE. RGB value is (78,222,238). Sum of RGB (Red+Green+Blue) = 78+222+238=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #4EDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEEE is #B12111. Grayscale: #B4B4B4. Windows color (decimal): -11608338 or 15654478. OLE color: 15654478.
HSL color Cylindrical-coordinate representation of color #4EDEEE: hue angle of 186º 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 #4EDEEE is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 222 | 238 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.07 |
| HSL | 186º | 0.82% | 0.62% | - |
| HSV(B) | 186º | 0.67% | 0.93% | - |
| XYZ | 44.7 | 60.04 | 90.12 | - |
| YUV | 180.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 238 | 0.67 | 0.07 | 0 | 0.07 | 186 | 0.82 | 0.62 |
| Hex | 4E | DE | EE | 43 | 7 | 0 | 7 | BA | 52 | 3E |
| Octal | 116 | 336 | 356 | 103 | 7 | 0 | 7 | 272 | 122 | 76 |
| Binary | 1001110 | 11011110 | 11101110 | 1000011 | 111 | 0 | 111 | 10111010 | 1010010 | 111110 |
Color Harmonies of #4EDEEE
Complementary color
Monochromatic Colors of #4EDEEE
Black with #4EDEEE
Text Example
Text Example
White with #4EDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEEE; }
p { color: rgb(78,222,238); }
H1.HeaderClassName
{
color: #4EDEEE;
}
.AnyTagClassName
{
color: #4EDEEE;
}
</style>
background-color css
<style>
a { background-color: #4EDEEE; }
a { background-color: rgb(78,222,238); }
div.DivClassName
{
background-color: #4EDEEE;
}
.BgClassName
{
background-color: #4EDEEE;
}
</style>
border-color css
<style>
span { border-color: #4EDEEE; }
span { border-color: rgb(78,222,238); }
td.TdClassName
{
border-color: #4EDEEE;
}
.TagClassName
{
border-color: #4EDEEE;
}
</style>