Shades of Turquoise Blue #6DDADD
Tints of Turquoise Blue #6DDADD
RGB
CMYK
RGB Variations
Color information
#6DDADD (or 0x6DDADD) is known color: Turquoise Blue. HEX triplet: 6D, DA and DD. RGB value is (109,218,221). Sum of RGB (Red+Green+Blue) = 109+218+221=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDADD is #922522. Grayscale: #B9B9B9. Windows color (decimal): -9577763 or 14539373. OLE color: 14539373.
HSL color Cylindrical-coordinate representation of color #6DDADD: hue angle of 181.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDADD is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 218 | 221 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.13 |
| HSL | 181.61º | 0.62% | 0.65% | - |
| HSV(B) | 181.61º | 0.51% | 0.87% | - |
| XYZ | 44.43 | 58.61 | 77.38 | - |
| YUV | 185.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 221 | 0.51 | 0.01 | 0 | 0.13 | 181.61 | 0.62 | 0.65 |
| Hex | 6D | DA | DD | 33 | 1 | 0 | D | B6 | 3E | 41 |
| Octal | 155 | 332 | 335 | 63 | 1 | 0 | 15 | 266 | 76 | 101 |
| Binary | 1101101 | 11011010 | 11011101 | 110011 | 1 | 0 | 1101 | 10110110 | 111110 | 1000001 |
Color Harmonies of #6DDADD
Complementary color
Monochromatic Colors of #6DDADD
Black with #6DDADD
Text Example
Text Example
White with #6DDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDADD; }
p { color: rgb(109,218,221); }
H1.HeaderClassName
{
color: #6DDADD;
}
.AnyTagClassName
{
color: #6DDADD;
}
</style>
background-color css
<style>
a { background-color: #6DDADD; }
a { background-color: rgb(109,218,221); }
div.DivClassName
{
background-color: #6DDADD;
}
.BgClassName
{
background-color: #6DDADD;
}
</style>
border-color css
<style>
span { border-color: #6DDADD; }
span { border-color: rgb(109,218,221); }
td.TdClassName
{
border-color: #6DDADD;
}
.TagClassName
{
border-color: #6DDADD;
}
</style>