Shades of Turquoise Blue #6DD3D9
Tints of Turquoise Blue #6DD3D9
RGB
CMYK
RGB Variations
Color information
#6DD3D9 (or 0x6DD3D9) is known color: Turquoise Blue. HEX triplet: 6D, D3 and D9. RGB value is (109,211,217). Sum of RGB (Red+Green+Blue) = 109+211+217=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DD3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD3D9 is #922C26. Grayscale: #B5B5B5. Windows color (decimal): -9579559 or 14275437. OLE color: 14275437.
HSL color Cylindrical-coordinate representation of color #6DD3D9: hue angle of 183.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD3D9 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 211 | 217 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.15 |
| HSL | 183.33º | 0.59% | 0.64% | - |
| HSV(B) | 183.33º | 0.5% | 0.85% | - |
| XYZ | 42.13 | 54.85 | 74.01 | - |
| YUV | 181.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 211 | 217 | 0.50 | 0.03 | 0 | 0.15 | 183.33 | 0.59 | 0.64 |
| Hex | 6D | D3 | D9 | 32 | 3 | 0 | F | B7 | 3B | 40 |
| Octal | 155 | 323 | 331 | 62 | 3 | 0 | 17 | 267 | 73 | 100 |
| Binary | 1101101 | 11010011 | 11011001 | 110010 | 11 | 0 | 1111 | 10110111 | 111011 | 1000000 |
Color Harmonies of #6DD3D9
Complementary color
Monochromatic Colors of #6DD3D9
Black with #6DD3D9
Text Example
Text Example
White with #6DD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD3D9; }
p { color: rgb(109,211,217); }
H1.HeaderClassName
{
color: #6DD3D9;
}
.AnyTagClassName
{
color: #6DD3D9;
}
</style>
background-color css
<style>
a { background-color: #6DD3D9; }
a { background-color: rgb(109,211,217); }
div.DivClassName
{
background-color: #6DD3D9;
}
.BgClassName
{
background-color: #6DD3D9;
}
</style>
border-color css
<style>
span { border-color: #6DD3D9; }
span { border-color: rgb(109,211,217); }
td.TdClassName
{
border-color: #6DD3D9;
}
.TagClassName
{
border-color: #6DD3D9;
}
</style>