Shades of Turquoise Blue #6EDBD7
Tints of Turquoise Blue #6EDBD7
RGB
CMYK
RGB Variations
Color information
#6EDBD7 (or 0x6EDBD7) is known color: Turquoise Blue. HEX triplet: 6E, DB and D7. RGB value is (110,219,215). Sum of RGB (Red+Green+Blue) = 110+219+215=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBD7 is #912428. Grayscale: #B9B9B9. Windows color (decimal): -9511977 or 14146414. OLE color: 14146414.
HSL color Cylindrical-coordinate representation of color #6EDBD7: hue angle of 177.8º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBD7 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 215 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.14 |
| HSL | 177.8º | 0.6% | 0.65% | - |
| HSV(B) | 177.8º | 0.5% | 0.86% | - |
| XYZ | 44.03 | 58.88 | 73.34 | - |
| YUV | 185.95 | 144.39 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 215 | 0.50 | 0 | 0.02 | 0.14 | 177.8 | 0.6 | 0.65 |
| Hex | 6E | DB | D7 | 32 | 0 | 2 | E | B2 | 3C | 41 |
| Octal | 156 | 333 | 327 | 62 | 0 | 2 | 16 | 262 | 74 | 101 |
| Binary | 1101110 | 11011011 | 11010111 | 110010 | 0 | 10 | 1110 | 10110010 | 111100 | 1000001 |
Color Harmonies of #6EDBD7
Complementary color
Monochromatic Colors of #6EDBD7
Black with #6EDBD7
Text Example
Text Example
White with #6EDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBD7; }
p { color: rgb(110,219,215); }
H1.HeaderClassName
{
color: #6EDBD7;
}
.AnyTagClassName
{
color: #6EDBD7;
}
</style>
background-color css
<style>
a { background-color: #6EDBD7; }
a { background-color: rgb(110,219,215); }
div.DivClassName
{
background-color: #6EDBD7;
}
.BgClassName
{
background-color: #6EDBD7;
}
</style>
border-color css
<style>
span { border-color: #6EDBD7; }
span { border-color: rgb(110,219,215); }
td.TdClassName
{
border-color: #6EDBD7;
}
.TagClassName
{
border-color: #6EDBD7;
}
</style>