Shades of Turquoise Blue #6DD1DB
Tints of Turquoise Blue #6DD1DB
RGB
CMYK
RGB Variations
Color information
#6DD1DB (or 0x6DD1DB) is known color: Turquoise Blue. HEX triplet: 6D, D1 and DB. RGB value is (109,209,219). Sum of RGB (Red+Green+Blue) = 109+209+219=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DD1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD1DB is #922E24. Grayscale: #B4B4B4. Windows color (decimal): -9580069 or 14405997. OLE color: 14405997.
HSL color Cylindrical-coordinate representation of color #6DD1DB: hue angle of 185.45º 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 #6DD1DB is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 209 | 219 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.14 |
| HSL | 185.45º | 0.6% | 0.64% | - |
| HSV(B) | 185.45º | 0.5% | 0.86% | - |
| XYZ | 41.89 | 53.97 | 75.23 | - |
| YUV | 180.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 209 | 219 | 0.50 | 0.05 | 0 | 0.14 | 185.45 | 0.6 | 0.64 |
| Hex | 6D | D1 | DB | 32 | 5 | 0 | E | B9 | 3C | 40 |
| Octal | 155 | 321 | 333 | 62 | 5 | 0 | 16 | 271 | 74 | 100 |
| Binary | 1101101 | 11010001 | 11011011 | 110010 | 101 | 0 | 1110 | 10111001 | 111100 | 1000000 |
Color Harmonies of #6DD1DB
Complementary color
Monochromatic Colors of #6DD1DB
Black with #6DD1DB
Text Example
Text Example
White with #6DD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD1DB; }
p { color: rgb(109,209,219); }
H1.HeaderClassName
{
color: #6DD1DB;
}
.AnyTagClassName
{
color: #6DD1DB;
}
</style>
background-color css
<style>
a { background-color: #6DD1DB; }
a { background-color: rgb(109,209,219); }
div.DivClassName
{
background-color: #6DD1DB;
}
.BgClassName
{
background-color: #6DD1DB;
}
</style>
border-color css
<style>
span { border-color: #6DD1DB; }
span { border-color: rgb(109,209,219); }
td.TdClassName
{
border-color: #6DD1DB;
}
.TagClassName
{
border-color: #6DD1DB;
}
</style>