Shades of Turquoise Blue #6DCDDC
Tints of Turquoise Blue #6DCDDC
RGB
CMYK
RGB Variations
Color information
#6DCDDC (or 0x6DCDDC) is known color: Turquoise Blue. HEX triplet: 6D, CD and DC. RGB value is (109,205,220). Sum of RGB (Red+Green+Blue) = 109+205+220=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDDC is #923223. Grayscale: #B1B1B1. Windows color (decimal): -9581092 or 14470509. OLE color: 14470509.
HSL color Cylindrical-coordinate representation of color #6DCDDC: hue angle of 188.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCDDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 205 | 220 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.14 |
| HSL | 188.11º | 0.61% | 0.65% | - |
| HSV(B) | 188.11º | 0.5% | 0.86% | - |
| XYZ | 41.06 | 52.08 | 75.6 | - |
| YUV | 178.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 220 | 0.50 | 0.07 | 0 | 0.14 | 188.11 | 0.61 | 0.65 |
| Hex | 6D | CD | DC | 32 | 7 | 0 | E | BC | 3D | 41 |
| Octal | 155 | 315 | 334 | 62 | 7 | 0 | 16 | 274 | 75 | 101 |
| Binary | 1101101 | 11001101 | 11011100 | 110010 | 111 | 0 | 1110 | 10111100 | 111101 | 1000001 |
Color Harmonies of #6DCDDC
Complementary color
Monochromatic Colors of #6DCDDC
Black with #6DCDDC
Text Example
Text Example
White with #6DCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDDC; }
p { color: rgb(109,205,220); }
H1.HeaderClassName
{
color: #6DCDDC;
}
.AnyTagClassName
{
color: #6DCDDC;
}
</style>
background-color css
<style>
a { background-color: #6DCDDC; }
a { background-color: rgb(109,205,220); }
div.DivClassName
{
background-color: #6DCDDC;
}
.BgClassName
{
background-color: #6DCDDC;
}
</style>
border-color css
<style>
span { border-color: #6DCDDC; }
span { border-color: rgb(109,205,220); }
td.TdClassName
{
border-color: #6DCDDC;
}
.TagClassName
{
border-color: #6DCDDC;
}
</style>