Shades of Bright Turquoise #20DBE3
Tints of Bright Turquoise #20DBE3
RGB
CMYK
RGB Variations
Color information
#20DBE3 (or 0x20DBE3) is known color: Bright Turquoise. HEX triplet: 20, DB and E3. RGB value is (32,219,227). Sum of RGB (Red+Green+Blue) = 32+219+227=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #20DBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBE3 is #DF241C. Grayscale: #A3A3A3. Windows color (decimal): -14623773 or 14932768. OLE color: 14932768.
HSL color Cylindrical-coordinate representation of color #20DBE3: hue angle of 182.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DBE3 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 219 | 227 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.11 |
| HSL | 182.46º | 0.78% | 0.51% | - |
| HSV(B) | 182.46º | 0.86% | 0.89% | - |
| XYZ | 39.79 | 56.52 | 81.48 | - |
| YUV | 164 | 163.55 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 227 | 0.86 | 0.04 | 0 | 0.11 | 182.46 | 0.78 | 0.51 |
| Hex | 20 | DB | E3 | 56 | 4 | 0 | B | B6 | 4E | 33 |
| Octal | 40 | 333 | 343 | 126 | 4 | 0 | 13 | 266 | 116 | 63 |
| Binary | 100000 | 11011011 | 11100011 | 1010110 | 100 | 0 | 1011 | 10110110 | 1001110 | 110011 |
Color Harmonies of #20DBE3
Complementary color
Monochromatic Colors of #20DBE3
Black with #20DBE3
Text Example
Text Example
White with #20DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBE3; }
p { color: rgb(32,219,227); }
H1.HeaderClassName
{
color: #20DBE3;
}
.AnyTagClassName
{
color: #20DBE3;
}
</style>
background-color css
<style>
a { background-color: #20DBE3; }
a { background-color: rgb(32,219,227); }
div.DivClassName
{
background-color: #20DBE3;
}
.BgClassName
{
background-color: #20DBE3;
}
</style>
border-color css
<style>
span { border-color: #20DBE3; }
span { border-color: rgb(32,219,227); }
td.TdClassName
{
border-color: #20DBE3;
}
.TagClassName
{
border-color: #20DBE3;
}
</style>