Shades of Turquoise Blue #6DCDDD
Tints of Turquoise Blue #6DCDDD
RGB
CMYK
RGB Variations
Color information
#6DCDDD (or 0x6DCDDD) is known color: Turquoise Blue. HEX triplet: 6D, CD and DD. RGB value is (109,205,221). Sum of RGB (Red+Green+Blue) = 109+205+221=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDDD is #923222. Grayscale: #B1B1B1. Windows color (decimal): -9581091 or 14536045. OLE color: 14536045.
HSL color Cylindrical-coordinate representation of color #6DCDDD: hue angle of 188.57º 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 #6DCDDD is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 205 | 221 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.13 |
| HSL | 188.57º | 0.62% | 0.65% | - |
| HSV(B) | 188.57º | 0.51% | 0.87% | - |
| XYZ | 41.19 | 52.13 | 76.3 | - |
| YUV | 178.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 221 | 0.51 | 0.07 | 0 | 0.13 | 188.57 | 0.62 | 0.65 |
| Hex | 6D | CD | DD | 33 | 7 | 0 | D | BD | 3E | 41 |
| Octal | 155 | 315 | 335 | 63 | 7 | 0 | 15 | 275 | 76 | 101 |
| Binary | 1101101 | 11001101 | 11011101 | 110011 | 111 | 0 | 1101 | 10111101 | 111110 | 1000001 |
Color Harmonies of #6DCDDD
Complementary color
Monochromatic Colors of #6DCDDD
Black with #6DCDDD
Text Example
Text Example
White with #6DCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDDD; }
p { color: rgb(109,205,221); }
H1.HeaderClassName
{
color: #6DCDDD;
}
.AnyTagClassName
{
color: #6DCDDD;
}
</style>
background-color css
<style>
a { background-color: #6DCDDD; }
a { background-color: rgb(109,205,221); }
div.DivClassName
{
background-color: #6DCDDD;
}
.BgClassName
{
background-color: #6DCDDD;
}
</style>
border-color css
<style>
span { border-color: #6DCDDD; }
span { border-color: rgb(109,205,221); }
td.TdClassName
{
border-color: #6DCDDD;
}
.TagClassName
{
border-color: #6DCDDD;
}
</style>