Shades of Turquoise Blue #6DDBD4
Tints of Turquoise Blue #6DDBD4
RGB
CMYK
RGB Variations
Color information
#6DDBD4 (or 0x6DDBD4) is known color: Turquoise Blue. HEX triplet: 6D, DB and D4. RGB value is (109,219,212). Sum of RGB (Red+Green+Blue) = 109+219+212=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBD4 is #92242B. Grayscale: #B9B9B9. Windows color (decimal): -9577516 or 13949805. OLE color: 13949805.
HSL color Cylindrical-coordinate representation of color #6DDBD4: hue angle of 176.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBD4 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 212 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.14 |
| HSL | 176.18º | 0.6% | 0.64% | - |
| HSV(B) | 176.18º | 0.5% | 0.86% | - |
| XYZ | 43.52 | 58.67 | 71.32 | - |
| YUV | 185.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 212 | 0.50 | 0 | 0.03 | 0.14 | 176.18 | 0.6 | 0.64 |
| Hex | 6D | DB | D4 | 32 | 0 | 3 | E | B0 | 3C | 40 |
| Octal | 155 | 333 | 324 | 62 | 0 | 3 | 16 | 260 | 74 | 100 |
| Binary | 1101101 | 11011011 | 11010100 | 110010 | 0 | 11 | 1110 | 10110000 | 111100 | 1000000 |
Color Harmonies of #6DDBD4
Complementary color
Monochromatic Colors of #6DDBD4
Black with #6DDBD4
Text Example
Text Example
White with #6DDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBD4; }
p { color: rgb(109,219,212); }
H1.HeaderClassName
{
color: #6DDBD4;
}
.AnyTagClassName
{
color: #6DDBD4;
}
</style>
background-color css
<style>
a { background-color: #6DDBD4; }
a { background-color: rgb(109,219,212); }
div.DivClassName
{
background-color: #6DDBD4;
}
.BgClassName
{
background-color: #6DDBD4;
}
</style>
border-color css
<style>
span { border-color: #6DDBD4; }
span { border-color: rgb(109,219,212); }
td.TdClassName
{
border-color: #6DDBD4;
}
.TagClassName
{
border-color: #6DDBD4;
}
</style>