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