Shades of Turquoise Blue #6DD7DB
Tints of Turquoise Blue #6DD7DB
RGB
CMYK
RGB Variations
Color information
#6DD7DB (or 0x6DD7DB) is known color: Turquoise Blue. HEX triplet: 6D, D7 and DB. RGB value is (109,215,219). Sum of RGB (Red+Green+Blue) = 109+215+219=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DD7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7DB is #922824. Grayscale: #B7B7B7. Windows color (decimal): -9578533 or 14407533. OLE color: 14407533.
HSL color Cylindrical-coordinate representation of color #6DD7DB: hue angle of 182.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD7DB is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 215 | 219 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.14 |
| HSL | 182.18º | 0.6% | 0.64% | - |
| HSV(B) | 182.18º | 0.5% | 0.86% | - |
| XYZ | 43.39 | 56.97 | 75.73 | - |
| YUV | 183.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 219 | 0.50 | 0.02 | 0 | 0.14 | 182.18 | 0.6 | 0.64 |
| Hex | 6D | D7 | DB | 32 | 2 | 0 | E | B6 | 3C | 40 |
| Octal | 155 | 327 | 333 | 62 | 2 | 0 | 16 | 266 | 74 | 100 |
| Binary | 1101101 | 11010111 | 11011011 | 110010 | 10 | 0 | 1110 | 10110110 | 111100 | 1000000 |
Color Harmonies of #6DD7DB
Complementary color
Monochromatic Colors of #6DD7DB
Black with #6DD7DB
Text Example
Text Example
White with #6DD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7DB; }
p { color: rgb(109,215,219); }
H1.HeaderClassName
{
color: #6DD7DB;
}
.AnyTagClassName
{
color: #6DD7DB;
}
</style>
background-color css
<style>
a { background-color: #6DD7DB; }
a { background-color: rgb(109,215,219); }
div.DivClassName
{
background-color: #6DD7DB;
}
.BgClassName
{
background-color: #6DD7DB;
}
</style>
border-color css
<style>
span { border-color: #6DD7DB; }
span { border-color: rgb(109,215,219); }
td.TdClassName
{
border-color: #6DD7DB;
}
.TagClassName
{
border-color: #6DD7DB;
}
</style>