Shades of Dark Turquoise #20CBDA
Tints of Dark Turquoise #20CBDA
RGB
CMYK
RGB Variations
Color information
#20CBDA (or 0x20CBDA) is known color: Dark Turquoise. HEX triplet: 20, CB and DA. RGB value is (32,203,218). Sum of RGB (Red+Green+Blue) = 32+203+218=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #20CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBDA is #DF3425. Grayscale: #999999. Windows color (decimal): -14627878 or 14338848. OLE color: 14338848.
HSL color Cylindrical-coordinate representation of color #20CBDA: hue angle of 184.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CBDA is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 203 | 218 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.15 |
| HSL | 184.84º | 0.74% | 0.49% | - |
| HSV(B) | 184.84º | 0.85% | 0.85% | - |
| XYZ | 34.61 | 48.08 | 73.79 | - |
| YUV | 153.58 | 164.35 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 218 | 0.85 | 0.07 | 0 | 0.15 | 184.84 | 0.74 | 0.49 |
| Hex | 20 | CB | DA | 55 | 7 | 0 | F | B9 | 4A | 31 |
| Octal | 40 | 313 | 332 | 125 | 7 | 0 | 17 | 271 | 112 | 61 |
| Binary | 100000 | 11001011 | 11011010 | 1010101 | 111 | 0 | 1111 | 10111001 | 1001010 | 110001 |
Color Harmonies of #20CBDA
Complementary color
Monochromatic Colors of #20CBDA
Black with #20CBDA
Text Example
Text Example
White with #20CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBDA; }
p { color: rgb(32,203,218); }
H1.HeaderClassName
{
color: #20CBDA;
}
.AnyTagClassName
{
color: #20CBDA;
}
</style>
background-color css
<style>
a { background-color: #20CBDA; }
a { background-color: rgb(32,203,218); }
div.DivClassName
{
background-color: #20CBDA;
}
.BgClassName
{
background-color: #20CBDA;
}
</style>
border-color css
<style>
span { border-color: #20CBDA; }
span { border-color: rgb(32,203,218); }
td.TdClassName
{
border-color: #20CBDA;
}
.TagClassName
{
border-color: #20CBDA;
}
</style>