Shades of Dark Turquoise #20CADB
Tints of Dark Turquoise #20CADB
RGB
CMYK
RGB Variations
Color information
#20CADB (or 0x20CADB) is known color: Dark Turquoise. HEX triplet: 20, CA and DB. RGB value is (32,202,219). Sum of RGB (Red+Green+Blue) = 32+202+219=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #20CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CADB is #DF3524. Grayscale: #989898. Windows color (decimal): -14628133 or 14404128. OLE color: 14404128.
HSL color Cylindrical-coordinate representation of color #20CADB: hue angle of 185.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CADB is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 202 | 219 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.14 |
| HSL | 185.45º | 0.75% | 0.49% | - |
| HSV(B) | 185.45º | 0.85% | 0.86% | - |
| XYZ | 34.5 | 47.66 | 74.4 | - |
| YUV | 153.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 219 | 0.85 | 0.08 | 0 | 0.14 | 185.45 | 0.75 | 0.49 |
| Hex | 20 | CA | DB | 55 | 8 | 0 | E | B9 | 4B | 31 |
| Octal | 40 | 312 | 333 | 125 | 10 | 0 | 16 | 271 | 113 | 61 |
| Binary | 100000 | 11001010 | 11011011 | 1010101 | 1000 | 0 | 1110 | 10111001 | 1001011 | 110001 |
Color Harmonies of #20CADB
Complementary color
Monochromatic Colors of #20CADB
Black with #20CADB
Text Example
Text Example
White with #20CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CADB; }
p { color: rgb(32,202,219); }
H1.HeaderClassName
{
color: #20CADB;
}
.AnyTagClassName
{
color: #20CADB;
}
</style>
background-color css
<style>
a { background-color: #20CADB; }
a { background-color: rgb(32,202,219); }
div.DivClassName
{
background-color: #20CADB;
}
.BgClassName
{
background-color: #20CADB;
}
</style>
border-color css
<style>
span { border-color: #20CADB; }
span { border-color: rgb(32,202,219); }
td.TdClassName
{
border-color: #20CADB;
}
.TagClassName
{
border-color: #20CADB;
}
</style>