Shades of Turquoise Blue #6DE7DB
Tints of Turquoise Blue #6DE7DB
RGB
CMYK
RGB Variations
Color information
#6DE7DB (or 0x6DE7DB) is known color: Turquoise Blue. HEX triplet: 6D, E7 and DB. RGB value is (109,231,219). Sum of RGB (Red+Green+Blue) = 109+231+219=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7DB is #921824. Grayscale: #C1C1C1. Windows color (decimal): -9574437 or 14411629. OLE color: 14411629.
HSL color Cylindrical-coordinate representation of color #6DE7DB: hue angle of 174.1º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7DB is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 231 | 219 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.09 |
| HSL | 174.1º | 0.72% | 0.67% | - |
| HSV(B) | 174.1º | 0.53% | 0.91% | - |
| XYZ | 47.67 | 65.52 | 77.15 | - |
| YUV | 193.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 231 | 219 | 0.53 | 0 | 0.05 | 0.09 | 174.1 | 0.72 | 0.67 |
| Hex | 6D | E7 | DB | 35 | 0 | 5 | 9 | AE | 48 | 43 |
| Octal | 155 | 347 | 333 | 65 | 0 | 5 | 11 | 256 | 110 | 103 |
| Binary | 1101101 | 11100111 | 11011011 | 110101 | 0 | 101 | 1001 | 10101110 | 1001000 | 1000011 |
Color Harmonies of #6DE7DB
Complementary color
Monochromatic Colors of #6DE7DB
Black with #6DE7DB
Text Example
Text Example
White with #6DE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE7DB; }
p { color: rgb(109,231,219); }
H1.HeaderClassName
{
color: #6DE7DB;
}
.AnyTagClassName
{
color: #6DE7DB;
}
</style>
background-color css
<style>
a { background-color: #6DE7DB; }
a { background-color: rgb(109,231,219); }
div.DivClassName
{
background-color: #6DE7DB;
}
.BgClassName
{
background-color: #6DE7DB;
}
</style>
border-color css
<style>
span { border-color: #6DE7DB; }
span { border-color: rgb(109,231,219); }
td.TdClassName
{
border-color: #6DE7DB;
}
.TagClassName
{
border-color: #6DE7DB;
}
</style>