Shades of Turquoise Blue #6EDBDB
Tints of Turquoise Blue #6EDBDB
RGB
CMYK
RGB Variations
Color information
#6EDBDB (or 0x6EDBDB) is known color: Turquoise Blue. HEX triplet: 6E, DB and DB. RGB value is (110,219,219). Sum of RGB (Red+Green+Blue) = 110+219+219=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #6EDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBDB is #912424. Grayscale: #BABABA. Windows color (decimal): -9511973 or 14408558. OLE color: 14408558.
HSL color Cylindrical-coordinate representation of color #6EDBDB: hue angle of 180º 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 #6EDBDB is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 219 | - |
| CMYK | 0.50 | 0 | 0 | 0.14 |
| HSL | 180º | 0.6% | 0.65% | - |
| HSV(B) | 180º | 0.5% | 0.86% | - |
| XYZ | 44.55 | 59.09 | 76.08 | - |
| YUV | 186.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 219 | 0.50 | 0 | 0 | 0.14 | 180 | 0.6 | 0.65 |
| Hex | 6E | DB | DB | 32 | 0 | 0 | E | B4 | 3C | 41 |
| Octal | 156 | 333 | 333 | 62 | 0 | 0 | 16 | 264 | 74 | 101 |
| Binary | 1101110 | 11011011 | 11011011 | 110010 | 0 | 0 | 1110 | 10110100 | 111100 | 1000001 |
Color Harmonies of #6EDBDB
Complementary color
Monochromatic Colors of #6EDBDB
Black with #6EDBDB
Text Example
Text Example
White with #6EDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBDB; }
p { color: rgb(110,219,219); }
H1.HeaderClassName
{
color: #6EDBDB;
}
.AnyTagClassName
{
color: #6EDBDB;
}
</style>
background-color css
<style>
a { background-color: #6EDBDB; }
a { background-color: rgb(110,219,219); }
div.DivClassName
{
background-color: #6EDBDB;
}
.BgClassName
{
background-color: #6EDBDB;
}
</style>
border-color css
<style>
span { border-color: #6EDBDB; }
span { border-color: rgb(110,219,219); }
td.TdClassName
{
border-color: #6EDBDB;
}
.TagClassName
{
border-color: #6EDBDB;
}
</style>