Shades of Dark Turquoise #20CBD5
Tints of Dark Turquoise #20CBD5
RGB
CMYK
RGB Variations
Color information
#20CBD5 (or 0x20CBD5) is known color: Dark Turquoise. HEX triplet: 20, CB and D5. RGB value is (32,203,213). Sum of RGB (Red+Green+Blue) = 32+203+213=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #20CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBD5 is #DF342A. Grayscale: #989898. Windows color (decimal): -14627883 or 14011168. OLE color: 14011168.
HSL color Cylindrical-coordinate representation of color #20CBD5: hue angle of 183.31º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CBD5 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 203 | 213 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.16 |
| HSL | 183.31º | 0.74% | 0.48% | - |
| HSV(B) | 183.31º | 0.85% | 0.84% | - |
| XYZ | 33.96 | 47.82 | 70.39 | - |
| YUV | 153.01 | 161.85 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 213 | 0.85 | 0.05 | 0 | 0.16 | 183.31 | 0.74 | 0.48 |
| Hex | 20 | CB | D5 | 55 | 5 | 0 | 10 | B7 | 4A | 30 |
| Octal | 40 | 313 | 325 | 125 | 5 | 0 | 20 | 267 | 112 | 60 |
| Binary | 100000 | 11001011 | 11010101 | 1010101 | 101 | 0 | 10000 | 10110111 | 1001010 | 110000 |
Color Harmonies of #20CBD5
Complementary color
Monochromatic Colors of #20CBD5
Black with #20CBD5
Text Example
Text Example
White with #20CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBD5; }
p { color: rgb(32,203,213); }
H1.HeaderClassName
{
color: #20CBD5;
}
.AnyTagClassName
{
color: #20CBD5;
}
</style>
background-color css
<style>
a { background-color: #20CBD5; }
a { background-color: rgb(32,203,213); }
div.DivClassName
{
background-color: #20CBD5;
}
.BgClassName
{
background-color: #20CBD5;
}
</style>
border-color css
<style>
span { border-color: #20CBD5; }
span { border-color: rgb(32,203,213); }
td.TdClassName
{
border-color: #20CBD5;
}
.TagClassName
{
border-color: #20CBD5;
}
</style>