Shades of Bright Turquoise #20DBED
Tints of Bright Turquoise #20DBED
RGB
CMYK
RGB Variations
Color information
#20DBED (or 0x20DBED) is known color: Bright Turquoise. HEX triplet: 20, DB and ED. RGB value is (32,219,237). Sum of RGB (Red+Green+Blue) = 32+219+237=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #20DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBED is #DF2412. Grayscale: #A4A4A4. Windows color (decimal): -14623763 or 15588128. OLE color: 15588128.
HSL color Cylindrical-coordinate representation of color #20DBED: hue angle of 185.27º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DBED is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 219 | 237 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.07 |
| HSL | 185.27º | 0.85% | 0.53% | - |
| HSV(B) | 185.27º | 0.86% | 0.93% | - |
| XYZ | 41.21 | 57.08 | 88.97 | - |
| YUV | 165.14 | 168.55 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 237 | 0.86 | 0.08 | 0 | 0.07 | 185.27 | 0.85 | 0.53 |
| Hex | 20 | DB | ED | 56 | 8 | 0 | 7 | B9 | 55 | 35 |
| Octal | 40 | 333 | 355 | 126 | 10 | 0 | 7 | 271 | 125 | 65 |
| Binary | 100000 | 11011011 | 11101101 | 1010110 | 1000 | 0 | 111 | 10111001 | 1010101 | 110101 |
Color Harmonies of #20DBED
Complementary color
Monochromatic Colors of #20DBED
Black with #20DBED
Text Example
Text Example
White with #20DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBED; }
p { color: rgb(32,219,237); }
H1.HeaderClassName
{
color: #20DBED;
}
.AnyTagClassName
{
color: #20DBED;
}
</style>
background-color css
<style>
a { background-color: #20DBED; }
a { background-color: rgb(32,219,237); }
div.DivClassName
{
background-color: #20DBED;
}
.BgClassName
{
background-color: #20DBED;
}
</style>
border-color css
<style>
span { border-color: #20DBED; }
span { border-color: rgb(32,219,237); }
td.TdClassName
{
border-color: #20DBED;
}
.TagClassName
{
border-color: #20DBED;
}
</style>