Shades of Bright Turquoise #20DBE7
Tints of Bright Turquoise #20DBE7
RGB
CMYK
RGB Variations
Color information
#20DBE7 (or 0x20DBE7) is known color: Bright Turquoise. HEX triplet: 20, DB and E7. RGB value is (32,219,231). Sum of RGB (Red+Green+Blue) = 32+219+231=482 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.64% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #20DBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBE7 is #DF2418. Grayscale: #A4A4A4. Windows color (decimal): -14623769 or 15194912. OLE color: 15194912.
HSL color Cylindrical-coordinate representation of color #20DBE7: hue angle of 183.62º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DBE7 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 219 | 231 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.09 |
| HSL | 183.62º | 0.81% | 0.52% | - |
| HSV(B) | 183.62º | 0.86% | 0.91% | - |
| XYZ | 40.35 | 56.74 | 84.43 | - |
| YUV | 164.46 | 165.55 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 231 | 0.86 | 0.05 | 0 | 0.09 | 183.62 | 0.81 | 0.52 |
| Hex | 20 | DB | E7 | 56 | 5 | 0 | 9 | B8 | 51 | 34 |
| Octal | 40 | 333 | 347 | 126 | 5 | 0 | 11 | 270 | 121 | 64 |
| Binary | 100000 | 11011011 | 11100111 | 1010110 | 101 | 0 | 1001 | 10111000 | 1010001 | 110100 |
Color Harmonies of #20DBE7
Complementary color
Monochromatic Colors of #20DBE7
Black with #20DBE7
Text Example
Text Example
White with #20DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBE7; }
p { color: rgb(32,219,231); }
H1.HeaderClassName
{
color: #20DBE7;
}
.AnyTagClassName
{
color: #20DBE7;
}
</style>
background-color css
<style>
a { background-color: #20DBE7; }
a { background-color: rgb(32,219,231); }
div.DivClassName
{
background-color: #20DBE7;
}
.BgClassName
{
background-color: #20DBE7;
}
</style>
border-color css
<style>
span { border-color: #20DBE7; }
span { border-color: rgb(32,219,231); }
td.TdClassName
{
border-color: #20DBE7;
}
.TagClassName
{
border-color: #20DBE7;
}
</style>