Shades of Turquoise Blue #6EE7DB
Tints of Turquoise Blue #6EE7DB
RGB
CMYK
RGB Variations
Color information
#6EE7DB (or 0x6EE7DB) is known color: Turquoise Blue. HEX triplet: 6E, E7 and DB. RGB value is (110,231,219). Sum of RGB (Red+Green+Blue) = 110+231+219=560 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.64% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #6EE7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE7DB is #911824. Grayscale: #C1C1C1. Windows color (decimal): -9508901 or 14411630. OLE color: 14411630.
HSL color Cylindrical-coordinate representation of color #6EE7DB: hue angle of 174.05º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE7DB is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 231 | 219 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.09 |
| HSL | 174.05º | 0.72% | 0.67% | - |
| HSV(B) | 174.05º | 0.52% | 0.91% | - |
| XYZ | 47.79 | 65.58 | 77.16 | - |
| YUV | 193.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 231 | 219 | 0.52 | 0 | 0.05 | 0.09 | 174.05 | 0.72 | 0.67 |
| Hex | 6E | E7 | DB | 34 | 0 | 5 | 9 | AE | 48 | 43 |
| Octal | 156 | 347 | 333 | 64 | 0 | 5 | 11 | 256 | 110 | 103 |
| Binary | 1101110 | 11100111 | 11011011 | 110100 | 0 | 101 | 1001 | 10101110 | 1001000 | 1000011 |
Color Harmonies of #6EE7DB
Complementary color
Monochromatic Colors of #6EE7DB
Black with #6EE7DB
Text Example
Text Example
White with #6EE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE7DB; }
p { color: rgb(110,231,219); }
H1.HeaderClassName
{
color: #6EE7DB;
}
.AnyTagClassName
{
color: #6EE7DB;
}
</style>
background-color css
<style>
a { background-color: #6EE7DB; }
a { background-color: rgb(110,231,219); }
div.DivClassName
{
background-color: #6EE7DB;
}
.BgClassName
{
background-color: #6EE7DB;
}
</style>
border-color css
<style>
span { border-color: #6EE7DB; }
span { border-color: rgb(110,231,219); }
td.TdClassName
{
border-color: #6EE7DB;
}
.TagClassName
{
border-color: #6EE7DB;
}
</style>