Shades of Turquoise Blue #4EEFF1
Tints of Turquoise Blue #4EEFF1
RGB
CMYK
RGB Variations
Color information
#4EEFF1 (or 0x4EEFF1) is known color: Turquoise Blue. HEX triplet: 4E, EF and F1. RGB value is (78,239,241). Sum of RGB (Red+Green+Blue) = 78+239+241=558 (73% of max value = 765). Red value is 78 (30.86% from 255 or 13.98% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #4EEFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFF1 is #B1100E. Grayscale: #BEBEBE. Windows color (decimal): -11603983 or 15855438. OLE color: 15855438.
HSL color Cylindrical-coordinate representation of color #4EEFF1: hue angle of 180.74º 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 #4EEFF1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 239 | 241 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.05 |
| HSL | 180.74º | 0.85% | 0.63% | - |
| HSV(B) | 180.74º | 0.68% | 0.95% | - |
| XYZ | 49.89 | 69.7 | 94.04 | - |
| YUV | 191.09 | 156.16 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 241 | 0.68 | 0.01 | 0 | 0.05 | 180.74 | 0.85 | 0.63 |
| Hex | 4E | EF | F1 | 44 | 1 | 0 | 5 | B5 | 55 | 3F |
| Octal | 116 | 357 | 361 | 104 | 1 | 0 | 5 | 265 | 125 | 77 |
| Binary | 1001110 | 11101111 | 11110001 | 1000100 | 1 | 0 | 101 | 10110101 | 1010101 | 111111 |
Color Harmonies of #4EEFF1
Complementary color
Monochromatic Colors of #4EEFF1
Black with #4EEFF1
Text Example
Text Example
White with #4EEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEFF1; }
p { color: rgb(78,239,241); }
H1.HeaderClassName
{
color: #4EEFF1;
}
.AnyTagClassName
{
color: #4EEFF1;
}
</style>
background-color css
<style>
a { background-color: #4EEFF1; }
a { background-color: rgb(78,239,241); }
div.DivClassName
{
background-color: #4EEFF1;
}
.BgClassName
{
background-color: #4EEFF1;
}
</style>
border-color css
<style>
span { border-color: #4EEFF1; }
span { border-color: rgb(78,239,241); }
td.TdClassName
{
border-color: #4EEFF1;
}
.TagClassName
{
border-color: #4EEFF1;
}
</style>