Shades of Turquoise Blue #6DCEDC
Tints of Turquoise Blue #6DCEDC
RGB
CMYK
RGB Variations
Color information
#6DCEDC (or 0x6DCEDC) is known color: Turquoise Blue. HEX triplet: 6D, CE and DC. RGB value is (109,206,220). Sum of RGB (Red+Green+Blue) = 109+206+220=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEDC is #923123. Grayscale: #B2B2B2. Windows color (decimal): -9580836 or 14470765. OLE color: 14470765.
HSL color Cylindrical-coordinate representation of color #6DCEDC: hue angle of 187.57º 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 #6DCEDC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 206 | 220 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.14 |
| HSL | 187.57º | 0.61% | 0.65% | - |
| HSV(B) | 187.57º | 0.5% | 0.86% | - |
| XYZ | 41.3 | 52.56 | 75.68 | - |
| YUV | 178.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 220 | 0.50 | 0.06 | 0 | 0.14 | 187.57 | 0.61 | 0.65 |
| Hex | 6D | CE | DC | 32 | 6 | 0 | E | BC | 3D | 41 |
| Octal | 155 | 316 | 334 | 62 | 6 | 0 | 16 | 274 | 75 | 101 |
| Binary | 1101101 | 11001110 | 11011100 | 110010 | 110 | 0 | 1110 | 10111100 | 111101 | 1000001 |
Color Harmonies of #6DCEDC
Complementary color
Monochromatic Colors of #6DCEDC
Black with #6DCEDC
Text Example
Text Example
White with #6DCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEDC; }
p { color: rgb(109,206,220); }
H1.HeaderClassName
{
color: #6DCEDC;
}
.AnyTagClassName
{
color: #6DCEDC;
}
</style>
background-color css
<style>
a { background-color: #6DCEDC; }
a { background-color: rgb(109,206,220); }
div.DivClassName
{
background-color: #6DCEDC;
}
.BgClassName
{
background-color: #6DCEDC;
}
</style>
border-color css
<style>
span { border-color: #6DCEDC; }
span { border-color: rgb(109,206,220); }
td.TdClassName
{
border-color: #6DCEDC;
}
.TagClassName
{
border-color: #6DCEDC;
}
</style>