Shades of Bright Turquoise #20DBEB
Tints of Bright Turquoise #20DBEB
RGB
CMYK
RGB Variations
Color information
#20DBEB (or 0x20DBEB) is known color: Bright Turquoise. HEX triplet: 20, DB and EB. RGB value is (32,219,235). Sum of RGB (Red+Green+Blue) = 32+219+235=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #20DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBEB is #DF2414. Grayscale: #A4A4A4. Windows color (decimal): -14623765 or 15457056. OLE color: 15457056.
HSL color Cylindrical-coordinate representation of color #20DBEB: hue angle of 184.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DBEB is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 219 | 235 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.08 |
| HSL | 184.73º | 0.84% | 0.52% | - |
| HSV(B) | 184.73º | 0.86% | 0.92% | - |
| XYZ | 40.92 | 56.97 | 87.44 | - |
| YUV | 164.91 | 167.55 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 235 | 0.86 | 0.07 | 0 | 0.08 | 184.73 | 0.84 | 0.52 |
| Hex | 20 | DB | EB | 56 | 7 | 0 | 8 | B9 | 54 | 34 |
| Octal | 40 | 333 | 353 | 126 | 7 | 0 | 10 | 271 | 124 | 64 |
| Binary | 100000 | 11011011 | 11101011 | 1010110 | 111 | 0 | 1000 | 10111001 | 1010100 | 110100 |
Color Harmonies of #20DBEB
Complementary color
Monochromatic Colors of #20DBEB
Black with #20DBEB
Text Example
Text Example
White with #20DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBEB; }
p { color: rgb(32,219,235); }
H1.HeaderClassName
{
color: #20DBEB;
}
.AnyTagClassName
{
color: #20DBEB;
}
</style>
background-color css
<style>
a { background-color: #20DBEB; }
a { background-color: rgb(32,219,235); }
div.DivClassName
{
background-color: #20DBEB;
}
.BgClassName
{
background-color: #20DBEB;
}
</style>
border-color css
<style>
span { border-color: #20DBEB; }
span { border-color: rgb(32,219,235); }
td.TdClassName
{
border-color: #20DBEB;
}
.TagClassName
{
border-color: #20DBEB;
}
</style>