Shades of Turquoise Blue #6DDEDC
Tints of Turquoise Blue #6DDEDC
RGB
CMYK
RGB Variations
Color information
#6DDEDC (or 0x6DDEDC) is known color: Turquoise Blue. HEX triplet: 6D, DE and DC. RGB value is (109,222,220). Sum of RGB (Red+Green+Blue) = 109+222+220=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEDC is #922123. Grayscale: #BBBBBB. Windows color (decimal): -9576740 or 14474861. OLE color: 14474861.
HSL color Cylindrical-coordinate representation of color #6DDEDC: hue angle of 178.94º degrees, saturation: 0.63, 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 #6DDEDC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 220 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.13 |
| HSL | 178.94º | 0.63% | 0.65% | - |
| HSV(B) | 178.94º | 0.51% | 0.87% | - |
| XYZ | 45.35 | 60.66 | 77.03 | - |
| YUV | 187.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 220 | 0.51 | 0 | 0.01 | 0.13 | 178.94 | 0.63 | 0.65 |
| Hex | 6D | DE | DC | 33 | 0 | 1 | D | B3 | 3F | 41 |
| Octal | 155 | 336 | 334 | 63 | 0 | 1 | 15 | 263 | 77 | 101 |
| Binary | 1101101 | 11011110 | 11011100 | 110011 | 0 | 1 | 1101 | 10110011 | 111111 | 1000001 |
Color Harmonies of #6DDEDC
Complementary color
Monochromatic Colors of #6DDEDC
Black with #6DDEDC
Text Example
Text Example
White with #6DDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEDC; }
p { color: rgb(109,222,220); }
H1.HeaderClassName
{
color: #6DDEDC;
}
.AnyTagClassName
{
color: #6DDEDC;
}
</style>
background-color css
<style>
a { background-color: #6DDEDC; }
a { background-color: rgb(109,222,220); }
div.DivClassName
{
background-color: #6DDEDC;
}
.BgClassName
{
background-color: #6DDEDC;
}
</style>
border-color css
<style>
span { border-color: #6DDEDC; }
span { border-color: rgb(109,222,220); }
td.TdClassName
{
border-color: #6DDEDC;
}
.TagClassName
{
border-color: #6DDEDC;
}
</style>