Shades of Turquoise Blue #6EE5D8
Tints of Turquoise Blue #6EE5D8
RGB
CMYK
RGB Variations
Color information
#6EE5D8 (or 0x6EE5D8) is known color: Turquoise Blue. HEX triplet: 6E, E5 and D8. RGB value is (110,229,216). Sum of RGB (Red+Green+Blue) = 110+229+216=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #6EE5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE5D8 is #911A27. Grayscale: #BFBFBF. Windows color (decimal): -9509416 or 14214510. OLE color: 14214510.
HSL color Cylindrical-coordinate representation of color #6EE5D8: hue angle of 173.45º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE5D8 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 229 | 216 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.10 |
| HSL | 173.45º | 0.7% | 0.66% | - |
| HSV(B) | 173.45º | 0.52% | 0.9% | - |
| XYZ | 46.84 | 64.31 | 74.91 | - |
| YUV | 191.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 229 | 216 | 0.52 | 0 | 0.06 | 0.10 | 173.45 | 0.7 | 0.66 |
| Hex | 6E | E5 | D8 | 34 | 0 | 6 | A | AD | 46 | 42 |
| Octal | 156 | 345 | 330 | 64 | 0 | 6 | 12 | 255 | 106 | 102 |
| Binary | 1101110 | 11100101 | 11011000 | 110100 | 0 | 110 | 1010 | 10101101 | 1000110 | 1000010 |
Color Harmonies of #6EE5D8
Complementary color
Monochromatic Colors of #6EE5D8
Black with #6EE5D8
Text Example
Text Example
White with #6EE5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE5D8; }
p { color: rgb(110,229,216); }
H1.HeaderClassName
{
color: #6EE5D8;
}
.AnyTagClassName
{
color: #6EE5D8;
}
</style>
background-color css
<style>
a { background-color: #6EE5D8; }
a { background-color: rgb(110,229,216); }
div.DivClassName
{
background-color: #6EE5D8;
}
.BgClassName
{
background-color: #6EE5D8;
}
</style>
border-color css
<style>
span { border-color: #6EE5D8; }
span { border-color: rgb(110,229,216); }
td.TdClassName
{
border-color: #6EE5D8;
}
.TagClassName
{
border-color: #6EE5D8;
}
</style>