Shades of Turquoise Blue #6DDADB
Tints of Turquoise Blue #6DDADB
RGB
CMYK
RGB Variations
Color information
#6DDADB (or 0x6DDADB) is known color: Turquoise Blue. HEX triplet: 6D, DA and DB. RGB value is (109,218,219). Sum of RGB (Red+Green+Blue) = 109+218+219=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDADB is #922524. Grayscale: #B9B9B9. Windows color (decimal): -9577765 or 14408301. OLE color: 14408301.
HSL color Cylindrical-coordinate representation of color #6DDADB: hue angle of 180.55º 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 #6DDADB is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 218 | 219 | - |
| CMYK | 0.50 | 0.00 | 0 | 0.14 |
| HSL | 180.55º | 0.6% | 0.64% | - |
| HSV(B) | 180.55º | 0.5% | 0.86% | - |
| XYZ | 44.16 | 58.51 | 75.98 | - |
| YUV | 185.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 219 | 0.50 | 0.00 | 0 | 0.14 | 180.55 | 0.6 | 0.64 |
| Hex | 6D | DA | DB | 32 | 0 | 0 | E | B5 | 3C | 40 |
| Octal | 155 | 332 | 333 | 62 | 0 | 0 | 16 | 265 | 74 | 100 |
| Binary | 1101101 | 11011010 | 11011011 | 110010 | 0 | 0 | 1110 | 10110101 | 111100 | 1000000 |
Color Harmonies of #6DDADB
Complementary color
Monochromatic Colors of #6DDADB
Black with #6DDADB
Text Example
Text Example
White with #6DDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDADB; }
p { color: rgb(109,218,219); }
H1.HeaderClassName
{
color: #6DDADB;
}
.AnyTagClassName
{
color: #6DDADB;
}
</style>
background-color css
<style>
a { background-color: #6DDADB; }
a { background-color: rgb(109,218,219); }
div.DivClassName
{
background-color: #6DDADB;
}
.BgClassName
{
background-color: #6DDADB;
}
</style>
border-color css
<style>
span { border-color: #6DDADB; }
span { border-color: rgb(109,218,219); }
td.TdClassName
{
border-color: #6DDADB;
}
.TagClassName
{
border-color: #6DDADB;
}
</style>