Shades of Turquoise Blue #4EE2EE
Tints of Turquoise Blue #4EE2EE
RGB
CMYK
RGB Variations
Color information
#4EE2EE (or 0x4EE2EE) is known color: Turquoise Blue. HEX triplet: 4E, E2 and EE. RGB value is (78,226,238). Sum of RGB (Red+Green+Blue) = 78+226+238=542 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.39% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #4EE2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE2EE is #B11D11. Grayscale: #B6B6B6. Windows color (decimal): -11607314 or 15655502. OLE color: 15655502.
HSL color Cylindrical-coordinate representation of color #4EE2EE: hue angle of 184.5º 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 #4EE2EE is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 226 | 238 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.07 |
| HSL | 184.5º | 0.82% | 0.62% | - |
| HSV(B) | 184.5º | 0.67% | 0.93% | - |
| XYZ | 45.77 | 62.19 | 90.48 | - |
| YUV | 183.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 238 | 0.67 | 0.05 | 0 | 0.07 | 184.5 | 0.82 | 0.62 |
| Hex | 4E | E2 | EE | 43 | 5 | 0 | 7 | B8 | 52 | 3E |
| Octal | 116 | 342 | 356 | 103 | 5 | 0 | 7 | 270 | 122 | 76 |
| Binary | 1001110 | 11100010 | 11101110 | 1000011 | 101 | 0 | 111 | 10111000 | 1010010 | 111110 |
Color Harmonies of #4EE2EE
Complementary color
Monochromatic Colors of #4EE2EE
Black with #4EE2EE
Text Example
Text Example
White with #4EE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE2EE; }
p { color: rgb(78,226,238); }
H1.HeaderClassName
{
color: #4EE2EE;
}
.AnyTagClassName
{
color: #4EE2EE;
}
</style>
background-color css
<style>
a { background-color: #4EE2EE; }
a { background-color: rgb(78,226,238); }
div.DivClassName
{
background-color: #4EE2EE;
}
.BgClassName
{
background-color: #4EE2EE;
}
</style>
border-color css
<style>
span { border-color: #4EE2EE; }
span { border-color: rgb(78,226,238); }
td.TdClassName
{
border-color: #4EE2EE;
}
.TagClassName
{
border-color: #4EE2EE;
}
</style>