Shades of Turquoise Blue #6DD2DD
Tints of Turquoise Blue #6DD2DD
RGB
CMYK
RGB Variations
Color information
#6DD2DD (or 0x6DD2DD) is known color: Turquoise Blue. HEX triplet: 6D, D2 and DD. RGB value is (109,210,221). Sum of RGB (Red+Green+Blue) = 109+210+221=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DD2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2DD is #922D22. Grayscale: #B4B4B4. Windows color (decimal): -9579811 or 14537325. OLE color: 14537325.
HSL color Cylindrical-coordinate representation of color #6DD2DD: hue angle of 185.89º 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 #6DD2DD is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 210 | 221 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.13 |
| HSL | 185.89º | 0.62% | 0.65% | - |
| HSV(B) | 185.89º | 0.51% | 0.87% | - |
| XYZ | 42.4 | 54.56 | 76.7 | - |
| YUV | 181.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 221 | 0.51 | 0.05 | 0 | 0.13 | 185.89 | 0.62 | 0.65 |
| Hex | 6D | D2 | DD | 33 | 5 | 0 | D | BA | 3E | 41 |
| Octal | 155 | 322 | 335 | 63 | 5 | 0 | 15 | 272 | 76 | 101 |
| Binary | 1101101 | 11010010 | 11011101 | 110011 | 101 | 0 | 1101 | 10111010 | 111110 | 1000001 |
Color Harmonies of #6DD2DD
Complementary color
Monochromatic Colors of #6DD2DD
Black with #6DD2DD
Text Example
Text Example
White with #6DD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2DD; }
p { color: rgb(109,210,221); }
H1.HeaderClassName
{
color: #6DD2DD;
}
.AnyTagClassName
{
color: #6DD2DD;
}
</style>
background-color css
<style>
a { background-color: #6DD2DD; }
a { background-color: rgb(109,210,221); }
div.DivClassName
{
background-color: #6DD2DD;
}
.BgClassName
{
background-color: #6DD2DD;
}
</style>
border-color css
<style>
span { border-color: #6DD2DD; }
span { border-color: rgb(109,210,221); }
td.TdClassName
{
border-color: #6DD2DD;
}
.TagClassName
{
border-color: #6DD2DD;
}
</style>