Shades of Turquoise Blue #6EDED8
Tints of Turquoise Blue #6EDED8
RGB
CMYK
RGB Variations
Color information
#6EDED8 (or 0x6EDED8) is known color: Turquoise Blue. HEX triplet: 6E, DE and D8. RGB value is (110,222,216). Sum of RGB (Red+Green+Blue) = 110+222+216=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDED8 is #912127. Grayscale: #BBBBBB. Windows color (decimal): -9511208 or 14212718. OLE color: 14212718.
HSL color Cylindrical-coordinate representation of color #6EDED8: hue angle of 176.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDED8 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 216 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.13 |
| HSL | 176.79º | 0.63% | 0.65% | - |
| HSV(B) | 176.79º | 0.5% | 0.87% | - |
| XYZ | 44.95 | 60.52 | 74.28 | - |
| YUV | 187.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 216 | 0.50 | 0 | 0.03 | 0.13 | 176.79 | 0.63 | 0.65 |
| Hex | 6E | DE | D8 | 32 | 0 | 3 | D | B1 | 3F | 41 |
| Octal | 156 | 336 | 330 | 62 | 0 | 3 | 15 | 261 | 77 | 101 |
| Binary | 1101110 | 11011110 | 11011000 | 110010 | 0 | 11 | 1101 | 10110001 | 111111 | 1000001 |
Color Harmonies of #6EDED8
Complementary color
Monochromatic Colors of #6EDED8
Black with #6EDED8
Text Example
Text Example
White with #6EDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDED8; }
p { color: rgb(110,222,216); }
H1.HeaderClassName
{
color: #6EDED8;
}
.AnyTagClassName
{
color: #6EDED8;
}
</style>
background-color css
<style>
a { background-color: #6EDED8; }
a { background-color: rgb(110,222,216); }
div.DivClassName
{
background-color: #6EDED8;
}
.BgClassName
{
background-color: #6EDED8;
}
</style>
border-color css
<style>
span { border-color: #6EDED8; }
span { border-color: rgb(110,222,216); }
td.TdClassName
{
border-color: #6EDED8;
}
.TagClassName
{
border-color: #6EDED8;
}
</style>