Shades of Turquoise Blue #4EDFF2
Tints of Turquoise Blue #4EDFF2
RGB
CMYK
RGB Variations
Color information
#4EDFF2 (or 0x4EDFF2) is known color: Turquoise Blue. HEX triplet: 4E, DF and F2. RGB value is (78,223,242). Sum of RGB (Red+Green+Blue) = 78+223+242=543 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.36% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #4EDFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFF2 is #B1200D. Grayscale: #B5B5B5. Windows color (decimal): -11608078 or 15916878. OLE color: 15916878.
HSL color Cylindrical-coordinate representation of color #4EDFF2: hue angle of 186.95º degrees, saturation: 0.86, 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 #4EDFF2 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 223 | 242 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.05 |
| HSL | 186.95º | 0.86% | 0.63% | - |
| HSV(B) | 186.95º | 0.68% | 0.95% | - |
| XYZ | 45.56 | 60.81 | 93.34 | - |
| YUV | 181.81 | 161.96 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 242 | 0.68 | 0.08 | 0 | 0.05 | 186.95 | 0.86 | 0.63 |
| Hex | 4E | DF | F2 | 44 | 8 | 0 | 5 | BB | 56 | 3F |
| Octal | 116 | 337 | 362 | 104 | 10 | 0 | 5 | 273 | 126 | 77 |
| Binary | 1001110 | 11011111 | 11110010 | 1000100 | 1000 | 0 | 101 | 10111011 | 1010110 | 111111 |
Color Harmonies of #4EDFF2
Complementary color
Monochromatic Colors of #4EDFF2
Black with #4EDFF2
Text Example
Text Example
White with #4EDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDFF2; }
p { color: rgb(78,223,242); }
H1.HeaderClassName
{
color: #4EDFF2;
}
.AnyTagClassName
{
color: #4EDFF2;
}
</style>
background-color css
<style>
a { background-color: #4EDFF2; }
a { background-color: rgb(78,223,242); }
div.DivClassName
{
background-color: #4EDFF2;
}
.BgClassName
{
background-color: #4EDFF2;
}
</style>
border-color css
<style>
span { border-color: #4EDFF2; }
span { border-color: rgb(78,223,242); }
td.TdClassName
{
border-color: #4EDFF2;
}
.TagClassName
{
border-color: #4EDFF2;
}
</style>