Shades of Turquoise Blue #6EDAD8
Tints of Turquoise Blue #6EDAD8
RGB
CMYK
RGB Variations
Color information
#6EDAD8 (or 0x6EDAD8) is known color: Turquoise Blue. HEX triplet: 6E, DA and D8. RGB value is (110,218,216). Sum of RGB (Red+Green+Blue) = 110+218+216=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAD8 is #912527. Grayscale: #B9B9B9. Windows color (decimal): -9512232 or 14211694. OLE color: 14211694.
HSL color Cylindrical-coordinate representation of color #6EDAD8: hue angle of 178.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAD8 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 216 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.15 |
| HSL | 178.89º | 0.59% | 0.64% | - |
| HSV(B) | 178.89º | 0.5% | 0.85% | - |
| XYZ | 43.9 | 58.42 | 73.93 | - |
| YUV | 185.48 | 145.22 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 216 | 0.50 | 0 | 0.01 | 0.15 | 178.89 | 0.59 | 0.64 |
| Hex | 6E | DA | D8 | 32 | 0 | 1 | F | B3 | 3B | 40 |
| Octal | 156 | 332 | 330 | 62 | 0 | 1 | 17 | 263 | 73 | 100 |
| Binary | 1101110 | 11011010 | 11011000 | 110010 | 0 | 1 | 1111 | 10110011 | 111011 | 1000000 |
Color Harmonies of #6EDAD8
Complementary color
Monochromatic Colors of #6EDAD8
Black with #6EDAD8
Text Example
Text Example
White with #6EDAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAD8; }
p { color: rgb(110,218,216); }
H1.HeaderClassName
{
color: #6EDAD8;
}
.AnyTagClassName
{
color: #6EDAD8;
}
</style>
background-color css
<style>
a { background-color: #6EDAD8; }
a { background-color: rgb(110,218,216); }
div.DivClassName
{
background-color: #6EDAD8;
}
.BgClassName
{
background-color: #6EDAD8;
}
</style>
border-color css
<style>
span { border-color: #6EDAD8; }
span { border-color: rgb(110,218,216); }
td.TdClassName
{
border-color: #6EDAD8;
}
.TagClassName
{
border-color: #6EDAD8;
}
</style>