Shades of Turquoise Blue #4EDFEE
Tints of Turquoise Blue #4EDFEE
RGB
CMYK
RGB Variations
Color information
#4EDFEE (or 0x4EDFEE) is known color: Turquoise Blue. HEX triplet: 4E, DF and EE. RGB value is (78,223,238). Sum of RGB (Red+Green+Blue) = 78+223+238=539 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.47% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #4EDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFEE is #B12011. Grayscale: #B5B5B5. Windows color (decimal): -11608082 or 15654734. OLE color: 15654734.
HSL color Cylindrical-coordinate representation of color #4EDFEE: hue angle of 185.62º 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 #4EDFEE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 223 | 238 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.07 |
| HSL | 185.63º | 0.82% | 0.62% | - |
| HSV(B) | 185.63º | 0.67% | 0.93% | - |
| XYZ | 44.96 | 60.57 | 90.21 | - |
| YUV | 181.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 238 | 0.67 | 0.06 | 0 | 0.07 | 185.63 | 0.82 | 0.62 |
| Hex | 4E | DF | EE | 43 | 6 | 0 | 7 | BA | 52 | 3E |
| Octal | 116 | 337 | 356 | 103 | 6 | 0 | 7 | 272 | 122 | 76 |
| Binary | 1001110 | 11011111 | 11101110 | 1000011 | 110 | 0 | 111 | 10111010 | 1010010 | 111110 |
Color Harmonies of #4EDFEE
Complementary color
Monochromatic Colors of #4EDFEE
Black with #4EDFEE
Text Example
Text Example
White with #4EDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFEE; }
p { color: rgb(78,223,238); }
H1.HeaderClassName
{
color: #4EDFEE;
}
.AnyTagClassName
{
color: #4EDFEE;
}
</style>
background-color css
<style>
a { background-color: #4EDFEE; }
a { background-color: rgb(78,223,238); }
div.DivClassName
{
background-color: #4EDFEE;
}
.BgClassName
{
background-color: #4EDFEE;
}
</style>
border-color css
<style>
span { border-color: #4EDFEE; }
span { border-color: rgb(78,223,238); }
td.TdClassName
{
border-color: #4EDFEE;
}
.TagClassName
{
border-color: #4EDFEE;
}
</style>