Shades of Turquoise Blue #6DD7DD
Tints of Turquoise Blue #6DD7DD
RGB
CMYK
RGB Variations
Color information
#6DD7DD (or 0x6DD7DD) is known color: Turquoise Blue. HEX triplet: 6D, D7 and DD. RGB value is (109,215,221). Sum of RGB (Red+Green+Blue) = 109+215+221=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DD7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7DD is #922822. Grayscale: #B7B7B7. Windows color (decimal): -9578531 or 14538605. OLE color: 14538605.
HSL color Cylindrical-coordinate representation of color #6DD7DD: hue angle of 183.21º 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 #6DD7DD is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 215 | 221 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.13 |
| HSL | 183.21º | 0.62% | 0.65% | - |
| HSV(B) | 183.21º | 0.51% | 0.87% | - |
| XYZ | 43.66 | 57.07 | 77.12 | - |
| YUV | 183.99 | 148.88 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 221 | 0.51 | 0.03 | 0 | 0.13 | 183.21 | 0.62 | 0.65 |
| Hex | 6D | D7 | DD | 33 | 3 | 0 | D | B7 | 3E | 41 |
| Octal | 155 | 327 | 335 | 63 | 3 | 0 | 15 | 267 | 76 | 101 |
| Binary | 1101101 | 11010111 | 11011101 | 110011 | 11 | 0 | 1101 | 10110111 | 111110 | 1000001 |
Color Harmonies of #6DD7DD
Complementary color
Monochromatic Colors of #6DD7DD
Black with #6DD7DD
Text Example
Text Example
White with #6DD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7DD; }
p { color: rgb(109,215,221); }
H1.HeaderClassName
{
color: #6DD7DD;
}
.AnyTagClassName
{
color: #6DD7DD;
}
</style>
background-color css
<style>
a { background-color: #6DD7DD; }
a { background-color: rgb(109,215,221); }
div.DivClassName
{
background-color: #6DD7DD;
}
.BgClassName
{
background-color: #6DD7DD;
}
</style>
border-color css
<style>
span { border-color: #6DD7DD; }
span { border-color: rgb(109,215,221); }
td.TdClassName
{
border-color: #6DD7DD;
}
.TagClassName
{
border-color: #6DD7DD;
}
</style>