Shades of Turquoise Blue #6DD8D6
Tints of Turquoise Blue #6DD8D6
RGB
CMYK
RGB Variations
Color information
#6DD8D6 (or 0x6DD8D6) is known color: Turquoise Blue. HEX triplet: 6D, D8 and D6. RGB value is (109,216,214). Sum of RGB (Red+Green+Blue) = 109+216+214=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8D6 is #922729. Grayscale: #B7B7B7. Windows color (decimal): -9578282 or 14080109. OLE color: 14080109.
HSL color Cylindrical-coordinate representation of color #6DD8D6: hue angle of 178.88º degrees, saturation: 0.58, 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 #6DD8D6 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 214 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.15 |
| HSL | 178.88º | 0.58% | 0.64% | - |
| HSV(B) | 178.88º | 0.5% | 0.85% | - |
| XYZ | 43 | 57.22 | 72.4 | - |
| YUV | 183.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 214 | 0.50 | 0 | 0.01 | 0.15 | 178.88 | 0.58 | 0.64 |
| Hex | 6D | D8 | D6 | 32 | 0 | 1 | F | B3 | 3A | 40 |
| Octal | 155 | 330 | 326 | 62 | 0 | 1 | 17 | 263 | 72 | 100 |
| Binary | 1101101 | 11011000 | 11010110 | 110010 | 0 | 1 | 1111 | 10110011 | 111010 | 1000000 |
Color Harmonies of #6DD8D6
Complementary color
Monochromatic Colors of #6DD8D6
Black with #6DD8D6
Text Example
Text Example
White with #6DD8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD8D6; }
p { color: rgb(109,216,214); }
H1.HeaderClassName
{
color: #6DD8D6;
}
.AnyTagClassName
{
color: #6DD8D6;
}
</style>
background-color css
<style>
a { background-color: #6DD8D6; }
a { background-color: rgb(109,216,214); }
div.DivClassName
{
background-color: #6DD8D6;
}
.BgClassName
{
background-color: #6DD8D6;
}
</style>
border-color css
<style>
span { border-color: #6DD8D6; }
span { border-color: rgb(109,216,214); }
td.TdClassName
{
border-color: #6DD8D6;
}
.TagClassName
{
border-color: #6DD8D6;
}
</style>