Shades of Turquoise Blue #6EE5E8
Tints of Turquoise Blue #6EE5E8
RGB
CMYK
RGB Variations
Color information
#6EE5E8 (or 0x6EE5E8) is known color: Turquoise Blue. HEX triplet: 6E, E5 and E8. RGB value is (110,229,232). Sum of RGB (Red+Green+Blue) = 110+229+232=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #6EE5E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE5E8 is #911A17. Grayscale: #C1C1C1. Windows color (decimal): -9509400 or 15263086. OLE color: 15263086.
HSL color Cylindrical-coordinate representation of color #6EE5E8: hue angle of 181.48º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE5E8 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 229 | 232 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.09 |
| HSL | 181.48º | 0.73% | 0.67% | - |
| HSV(B) | 181.48º | 0.53% | 0.91% | - |
| XYZ | 49.02 | 65.18 | 86.34 | - |
| YUV | 193.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 229 | 232 | 0.53 | 0.01 | 0 | 0.09 | 181.48 | 0.73 | 0.67 |
| Hex | 6E | E5 | E8 | 35 | 1 | 0 | 9 | B5 | 49 | 43 |
| Octal | 156 | 345 | 350 | 65 | 1 | 0 | 11 | 265 | 111 | 103 |
| Binary | 1101110 | 11100101 | 11101000 | 110101 | 1 | 0 | 1001 | 10110101 | 1001001 | 1000011 |
Color Harmonies of #6EE5E8
Complementary color
Monochromatic Colors of #6EE5E8
Black with #6EE5E8
Text Example
Text Example
White with #6EE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE5E8; }
p { color: rgb(110,229,232); }
H1.HeaderClassName
{
color: #6EE5E8;
}
.AnyTagClassName
{
color: #6EE5E8;
}
</style>
background-color css
<style>
a { background-color: #6EE5E8; }
a { background-color: rgb(110,229,232); }
div.DivClassName
{
background-color: #6EE5E8;
}
.BgClassName
{
background-color: #6EE5E8;
}
</style>
border-color css
<style>
span { border-color: #6EE5E8; }
span { border-color: rgb(110,229,232); }
td.TdClassName
{
border-color: #6EE5E8;
}
.TagClassName
{
border-color: #6EE5E8;
}
</style>