Shades of Turquoise Blue #6DE6DB
Tints of Turquoise Blue #6DE6DB
RGB
CMYK
RGB Variations
Color information
#6DE6DB (or 0x6DE6DB) is known color: Turquoise Blue. HEX triplet: 6D, E6 and DB. RGB value is (109,230,219). Sum of RGB (Red+Green+Blue) = 109+230+219=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #6DE6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE6DB is #921924. Grayscale: #C0C0C0. Windows color (decimal): -9574693 or 14411373. OLE color: 14411373.
HSL color Cylindrical-coordinate representation of color #6DE6DB: hue angle of 174.55º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE6DB is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 230 | 219 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.10 |
| HSL | 174.55º | 0.71% | 0.66% | - |
| HSV(B) | 174.55º | 0.53% | 0.9% | - |
| XYZ | 47.39 | 64.96 | 77.06 | - |
| YUV | 192.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 230 | 219 | 0.53 | 0 | 0.05 | 0.10 | 174.55 | 0.71 | 0.66 |
| Hex | 6D | E6 | DB | 35 | 0 | 5 | A | AF | 47 | 42 |
| Octal | 155 | 346 | 333 | 65 | 0 | 5 | 12 | 257 | 107 | 102 |
| Binary | 1101101 | 11100110 | 11011011 | 110101 | 0 | 101 | 1010 | 10101111 | 1000111 | 1000010 |
Color Harmonies of #6DE6DB
Complementary color
Monochromatic Colors of #6DE6DB
Black with #6DE6DB
Text Example
Text Example
White with #6DE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE6DB; }
p { color: rgb(109,230,219); }
H1.HeaderClassName
{
color: #6DE6DB;
}
.AnyTagClassName
{
color: #6DE6DB;
}
</style>
background-color css
<style>
a { background-color: #6DE6DB; }
a { background-color: rgb(109,230,219); }
div.DivClassName
{
background-color: #6DE6DB;
}
.BgClassName
{
background-color: #6DE6DB;
}
</style>
border-color css
<style>
span { border-color: #6DE6DB; }
span { border-color: rgb(109,230,219); }
td.TdClassName
{
border-color: #6DE6DB;
}
.TagClassName
{
border-color: #6DE6DB;
}
</style>