Shades of Bright Turquoise #20DFE1
Tints of Bright Turquoise #20DFE1
RGB
CMYK
RGB Variations
Color information
#20DFE1 (or 0x20DFE1) is known color: Bright Turquoise. HEX triplet: 20, DF and E1. RGB value is (32,223,225). Sum of RGB (Red+Green+Blue) = 32+223+225=480 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.67% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #20DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFE1 is #DF201E. Grayscale: #A5A5A5. Windows color (decimal): -14622751 or 14802720. OLE color: 14802720.
HSL color Cylindrical-coordinate representation of color #20DFE1: hue angle of 180.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DFE1 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 223 | 225 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.12 |
| HSL | 180.62º | 0.76% | 0.5% | - |
| HSV(B) | 180.62º | 0.86% | 0.88% | - |
| XYZ | 40.57 | 58.52 | 80.39 | - |
| YUV | 166.12 | 161.22 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 225 | 0.86 | 0.01 | 0 | 0.12 | 180.62 | 0.76 | 0.5 |
| Hex | 20 | DF | E1 | 56 | 1 | 0 | C | B5 | 4C | 32 |
| Octal | 40 | 337 | 341 | 126 | 1 | 0 | 14 | 265 | 114 | 62 |
| Binary | 100000 | 11011111 | 11100001 | 1010110 | 1 | 0 | 1100 | 10110101 | 1001100 | 110010 |
Color Harmonies of #20DFE1
Complementary color
Monochromatic Colors of #20DFE1
Black with #20DFE1
Text Example
Text Example
White with #20DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFE1; }
p { color: rgb(32,223,225); }
H1.HeaderClassName
{
color: #20DFE1;
}
.AnyTagClassName
{
color: #20DFE1;
}
</style>
background-color css
<style>
a { background-color: #20DFE1; }
a { background-color: rgb(32,223,225); }
div.DivClassName
{
background-color: #20DFE1;
}
.BgClassName
{
background-color: #20DFE1;
}
</style>
border-color css
<style>
span { border-color: #20DFE1; }
span { border-color: rgb(32,223,225); }
td.TdClassName
{
border-color: #20DFE1;
}
.TagClassName
{
border-color: #20DFE1;
}
</style>