Shades of Turquoise Blue #6EEDE6
Tints of Turquoise Blue #6EEDE6
RGB
CMYK
RGB Variations
Color information
#6EEDE6 (or 0x6EEDE6) is known color: Turquoise Blue. HEX triplet: 6E, ED and E6. RGB value is (110,237,230). Sum of RGB (Red+Green+Blue) = 110+237+230=577 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.06% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEDE6 is #911219. Grayscale: #C6C6C6. Windows color (decimal): -9507354 or 15134062. OLE color: 15134062.
HSL color Cylindrical-coordinate representation of color #6EEDE6: hue angle of 176.69º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDE6 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 230 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.07 |
| HSL | 176.69º | 0.78% | 0.68% | - |
| HSV(B) | 176.69º | 0.54% | 0.93% | - |
| XYZ | 51 | 69.6 | 85.61 | - |
| YUV | 198.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 230 | 0.54 | 0 | 0.03 | 0.07 | 176.69 | 0.78 | 0.68 |
| Hex | 6E | ED | E6 | 36 | 0 | 3 | 7 | B1 | 4E | 44 |
| Octal | 156 | 355 | 346 | 66 | 0 | 3 | 7 | 261 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11100110 | 110110 | 0 | 11 | 111 | 10110001 | 1001110 | 1000100 |
Color Harmonies of #6EEDE6
Complementary color
Monochromatic Colors of #6EEDE6
Black with #6EEDE6
Text Example
Text Example
White with #6EEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDE6; }
p { color: rgb(110,237,230); }
H1.HeaderClassName
{
color: #6EEDE6;
}
.AnyTagClassName
{
color: #6EEDE6;
}
</style>
background-color css
<style>
a { background-color: #6EEDE6; }
a { background-color: rgb(110,237,230); }
div.DivClassName
{
background-color: #6EEDE6;
}
.BgClassName
{
background-color: #6EEDE6;
}
</style>
border-color css
<style>
span { border-color: #6EEDE6; }
span { border-color: rgb(110,237,230); }
td.TdClassName
{
border-color: #6EEDE6;
}
.TagClassName
{
border-color: #6EEDE6;
}
</style>