Shades of Turquoise #20DECB
Tints of Turquoise #20DECB
RGB
CMYK
RGB Variations
Color information
#20DECB (or 0x20DECB) is known color: Turquoise. HEX triplet: 20, DE and CB. RGB value is (32,222,203). Sum of RGB (Red+Green+Blue) = 32+222+203=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #20DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DECB is #DF2134. Grayscale: #A2A2A2. Windows color (decimal): -14623029 or 13360672. OLE color: 13360672.
HSL color Cylindrical-coordinate representation of color #20DECB: hue angle of 174º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DECB is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 203 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.13 |
| HSL | 174º | 0.75% | 0.5% | - |
| HSV(B) | 174º | 0.86% | 0.87% | - |
| XYZ | 37.5 | 56.86 | 65.5 | - |
| YUV | 163.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 203 | 0.86 | 0 | 0.09 | 0.13 | 174 | 0.75 | 0.5 |
| Hex | 20 | DE | CB | 56 | 0 | 9 | D | AE | 4B | 32 |
| Octal | 40 | 336 | 313 | 126 | 0 | 11 | 15 | 256 | 113 | 62 |
| Binary | 100000 | 11011110 | 11001011 | 1010110 | 0 | 1001 | 1101 | 10101110 | 1001011 | 110010 |
Color Harmonies of #20DECB
Complementary color
Monochromatic Colors of #20DECB
Black with #20DECB
Text Example
Text Example
White with #20DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DECB; }
p { color: rgb(32,222,203); }
H1.HeaderClassName
{
color: #20DECB;
}
.AnyTagClassName
{
color: #20DECB;
}
</style>
background-color css
<style>
a { background-color: #20DECB; }
a { background-color: rgb(32,222,203); }
div.DivClassName
{
background-color: #20DECB;
}
.BgClassName
{
background-color: #20DECB;
}
</style>
border-color css
<style>
span { border-color: #20DECB; }
span { border-color: rgb(32,222,203); }
td.TdClassName
{
border-color: #20DECB;
}
.TagClassName
{
border-color: #20DECB;
}
</style>