Shades of Turquoise Blue #6DDDD9
Tints of Turquoise Blue #6DDDD9
RGB
CMYK
RGB Variations
Color information
#6DDDD9 (or 0x6DDDD9) is known color: Turquoise Blue. HEX triplet: 6D, DD and D9. RGB value is (109,221,217). Sum of RGB (Red+Green+Blue) = 109+221+217=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDD9 is #922226. Grayscale: #BABABA. Windows color (decimal): -9576999 or 14277997. OLE color: 14277997.
HSL color Cylindrical-coordinate representation of color #6DDDD9: hue angle of 177.86º 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 #6DDDD9 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 217 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.13 |
| HSL | 177.86º | 0.62% | 0.65% | - |
| HSV(B) | 177.86º | 0.51% | 0.87% | - |
| XYZ | 44.69 | 59.97 | 74.87 | - |
| YUV | 187.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 217 | 0.51 | 0 | 0.02 | 0.13 | 177.86 | 0.62 | 0.65 |
| Hex | 6D | DD | D9 | 33 | 0 | 2 | D | B2 | 3E | 41 |
| Octal | 155 | 335 | 331 | 63 | 0 | 2 | 15 | 262 | 76 | 101 |
| Binary | 1101101 | 11011101 | 11011001 | 110011 | 0 | 10 | 1101 | 10110010 | 111110 | 1000001 |
Color Harmonies of #6DDDD9
Complementary color
Monochromatic Colors of #6DDDD9
Black with #6DDDD9
Text Example
Text Example
White with #6DDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDD9; }
p { color: rgb(109,221,217); }
H1.HeaderClassName
{
color: #6DDDD9;
}
.AnyTagClassName
{
color: #6DDDD9;
}
</style>
background-color css
<style>
a { background-color: #6DDDD9; }
a { background-color: rgb(109,221,217); }
div.DivClassName
{
background-color: #6DDDD9;
}
.BgClassName
{
background-color: #6DDDD9;
}
</style>
border-color css
<style>
span { border-color: #6DDDD9; }
span { border-color: rgb(109,221,217); }
td.TdClassName
{
border-color: #6DDDD9;
}
.TagClassName
{
border-color: #6DDDD9;
}
</style>