Shades of Turquoise Blue #6DDCD4
Tints of Turquoise Blue #6DDCD4
RGB
CMYK
RGB Variations
Color information
#6DDCD4 (or 0x6DDCD4) is known color: Turquoise Blue. HEX triplet: 6D, DC and D4. RGB value is (109,220,212). Sum of RGB (Red+Green+Blue) = 109+220+212=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCD4 is #92232B. Grayscale: #B9B9B9. Windows color (decimal): -9577260 or 13950061. OLE color: 13950061.
HSL color Cylindrical-coordinate representation of color #6DDCD4: hue angle of 175.68º 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 #6DDCD4 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 212 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.14 |
| HSL | 175.68º | 0.61% | 0.65% | - |
| HSV(B) | 175.68º | 0.5% | 0.86% | - |
| XYZ | 43.78 | 59.19 | 71.4 | - |
| YUV | 185.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 212 | 0.50 | 0 | 0.04 | 0.14 | 175.68 | 0.61 | 0.65 |
| Hex | 6D | DC | D4 | 32 | 0 | 4 | E | B0 | 3D | 41 |
| Octal | 155 | 334 | 324 | 62 | 0 | 4 | 16 | 260 | 75 | 101 |
| Binary | 1101101 | 11011100 | 11010100 | 110010 | 0 | 100 | 1110 | 10110000 | 111101 | 1000001 |
Color Harmonies of #6DDCD4
Complementary color
Monochromatic Colors of #6DDCD4
Black with #6DDCD4
Text Example
Text Example
White with #6DDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCD4; }
p { color: rgb(109,220,212); }
H1.HeaderClassName
{
color: #6DDCD4;
}
.AnyTagClassName
{
color: #6DDCD4;
}
</style>
background-color css
<style>
a { background-color: #6DDCD4; }
a { background-color: rgb(109,220,212); }
div.DivClassName
{
background-color: #6DDCD4;
}
.BgClassName
{
background-color: #6DDCD4;
}
</style>
border-color css
<style>
span { border-color: #6DDCD4; }
span { border-color: rgb(109,220,212); }
td.TdClassName
{
border-color: #6DDCD4;
}
.TagClassName
{
border-color: #6DDCD4;
}
</style>