Shades of Bright Turquoise #20DBEE
Tints of Bright Turquoise #20DBEE
RGB
CMYK
RGB Variations
Color information
#20DBEE (or 0x20DBEE) is known color: Bright Turquoise. HEX triplet: 20, DB and EE. RGB value is (32,219,238). Sum of RGB (Red+Green+Blue) = 32+219+238=489 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.54% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #20DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBEE is #DF2411. Grayscale: #A4A4A4. Windows color (decimal): -14623762 or 15653664. OLE color: 15653664.
HSL color Cylindrical-coordinate representation of color #20DBEE: hue angle of 185.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DBEE is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 219 | 238 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.07 |
| HSL | 185.53º | 0.86% | 0.53% | - |
| HSV(B) | 185.53º | 0.87% | 0.93% | - |
| XYZ | 41.36 | 57.14 | 89.74 | - |
| YUV | 165.25 | 169.05 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 238 | 0.87 | 0.08 | 0 | 0.07 | 185.53 | 0.86 | 0.53 |
| Hex | 20 | DB | EE | 57 | 8 | 0 | 7 | BA | 56 | 35 |
| Octal | 40 | 333 | 356 | 127 | 10 | 0 | 7 | 272 | 126 | 65 |
| Binary | 100000 | 11011011 | 11101110 | 1010111 | 1000 | 0 | 111 | 10111010 | 1010110 | 110101 |
Color Harmonies of #20DBEE
Complementary color
Monochromatic Colors of #20DBEE
Black with #20DBEE
Text Example
Text Example
White with #20DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBEE; }
p { color: rgb(32,219,238); }
H1.HeaderClassName
{
color: #20DBEE;
}
.AnyTagClassName
{
color: #20DBEE;
}
</style>
background-color css
<style>
a { background-color: #20DBEE; }
a { background-color: rgb(32,219,238); }
div.DivClassName
{
background-color: #20DBEE;
}
.BgClassName
{
background-color: #20DBEE;
}
</style>
border-color css
<style>
span { border-color: #20DBEE; }
span { border-color: rgb(32,219,238); }
td.TdClassName
{
border-color: #20DBEE;
}
.TagClassName
{
border-color: #20DBEE;
}
</style>