Shades of Turquoise Blue #4EDEF1
Tints of Turquoise Blue #4EDEF1
RGB
CMYK
RGB Variations
Color information
#4EDEF1 (or 0x4EDEF1) is known color: Turquoise Blue. HEX triplet: 4E, DE and F1. RGB value is (78,222,241). Sum of RGB (Red+Green+Blue) = 78+222+241=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #4EDEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEF1 is #B1210E. Grayscale: #B4B4B4. Windows color (decimal): -11608335 or 15851086. OLE color: 15851086.
HSL color Cylindrical-coordinate representation of color #4EDEF1: hue angle of 186.99º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EDEF1 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 222 | 241 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.05 |
| HSL | 186.99º | 0.85% | 0.63% | - |
| HSV(B) | 186.99º | 0.68% | 0.95% | - |
| XYZ | 45.14 | 60.21 | 92.46 | - |
| YUV | 181.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 241 | 0.68 | 0.08 | 0 | 0.05 | 186.99 | 0.85 | 0.63 |
| Hex | 4E | DE | F1 | 44 | 8 | 0 | 5 | BB | 55 | 3F |
| Octal | 116 | 336 | 361 | 104 | 10 | 0 | 5 | 273 | 125 | 77 |
| Binary | 1001110 | 11011110 | 11110001 | 1000100 | 1000 | 0 | 101 | 10111011 | 1010101 | 111111 |
Color Harmonies of #4EDEF1
Complementary color
Monochromatic Colors of #4EDEF1
Black with #4EDEF1
Text Example
Text Example
White with #4EDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEF1; }
p { color: rgb(78,222,241); }
H1.HeaderClassName
{
color: #4EDEF1;
}
.AnyTagClassName
{
color: #4EDEF1;
}
</style>
background-color css
<style>
a { background-color: #4EDEF1; }
a { background-color: rgb(78,222,241); }
div.DivClassName
{
background-color: #4EDEF1;
}
.BgClassName
{
background-color: #4EDEF1;
}
</style>
border-color css
<style>
span { border-color: #4EDEF1; }
span { border-color: rgb(78,222,241); }
td.TdClassName
{
border-color: #4EDEF1;
}
.TagClassName
{
border-color: #4EDEF1;
}
</style>