Shades of Turquoise Blue #4EDFED
Tints of Turquoise Blue #4EDFED
RGB
CMYK
RGB Variations
Color information
#4EDFED (or 0x4EDFED) is known color: Turquoise Blue. HEX triplet: 4E, DF and ED. RGB value is (78,223,237). Sum of RGB (Red+Green+Blue) = 78+223+237=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFED is #B12012. Grayscale: #B5B5B5. Windows color (decimal): -11608083 or 15589198. OLE color: 15589198.
HSL color Cylindrical-coordinate representation of color #4EDFED: hue angle of 185.28º 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 #4EDFED is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 223 | 237 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.07 |
| HSL | 185.28º | 0.82% | 0.62% | - |
| HSV(B) | 185.28º | 0.67% | 0.93% | - |
| XYZ | 44.82 | 60.51 | 89.44 | - |
| YUV | 181.24 | 159.46 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 237 | 0.67 | 0.06 | 0 | 0.07 | 185.28 | 0.82 | 0.62 |
| Hex | 4E | DF | ED | 43 | 6 | 0 | 7 | B9 | 52 | 3E |
| Octal | 116 | 337 | 355 | 103 | 6 | 0 | 7 | 271 | 122 | 76 |
| Binary | 1001110 | 11011111 | 11101101 | 1000011 | 110 | 0 | 111 | 10111001 | 1010010 | 111110 |
Color Harmonies of #4EDFED
Complementary color
Monochromatic Colors of #4EDFED
Black with #4EDFED
Text Example
Text Example
White with #4EDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFED; }
p { color: rgb(78,223,237); }
H1.HeaderClassName
{
color: #4EDFED;
}
.AnyTagClassName
{
color: #4EDFED;
}
</style>
background-color css
<style>
a { background-color: #4EDFED; }
a { background-color: rgb(78,223,237); }
div.DivClassName
{
background-color: #4EDFED;
}
.BgClassName
{
background-color: #4EDFED;
}
</style>
border-color css
<style>
span { border-color: #4EDFED; }
span { border-color: rgb(78,223,237); }
td.TdClassName
{
border-color: #4EDFED;
}
.TagClassName
{
border-color: #4EDFED;
}
</style>