Shades of Bright Turquoise #20D1EB
Tints of Bright Turquoise #20D1EB
RGB
CMYK
RGB Variations
Color information
#20D1EB (or 0x20D1EB) is known color: Bright Turquoise. HEX triplet: 20, D1 and EB. RGB value is (32,209,235). Sum of RGB (Red+Green+Blue) = 32+209+235=476 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.72% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #20D1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D1EB is #DF2E14. Grayscale: #9E9E9E. Windows color (decimal): -14626325 or 15454496. OLE color: 15454496.
HSL color Cylindrical-coordinate representation of color #20D1EB: hue angle of 187.68º 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 #20D1EB is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 209 | 235 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.08 |
| HSL | 187.68º | 0.84% | 0.52% | - |
| HSV(B) | 187.68º | 0.86% | 0.92% | - |
| XYZ | 38.39 | 51.91 | 86.59 | - |
| YUV | 159.04 | 170.86 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 235 | 0.86 | 0.11 | 0 | 0.08 | 187.68 | 0.84 | 0.52 |
| Hex | 20 | D1 | EB | 56 | B | 0 | 8 | BC | 54 | 34 |
| Octal | 40 | 321 | 353 | 126 | 13 | 0 | 10 | 274 | 124 | 64 |
| Binary | 100000 | 11010001 | 11101011 | 1010110 | 1011 | 0 | 1000 | 10111100 | 1010100 | 110100 |
Color Harmonies of #20D1EB
Complementary color
Monochromatic Colors of #20D1EB
Black with #20D1EB
Text Example
Text Example
White with #20D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D1EB; }
p { color: rgb(32,209,235); }
H1.HeaderClassName
{
color: #20D1EB;
}
.AnyTagClassName
{
color: #20D1EB;
}
</style>
background-color css
<style>
a { background-color: #20D1EB; }
a { background-color: rgb(32,209,235); }
div.DivClassName
{
background-color: #20D1EB;
}
.BgClassName
{
background-color: #20D1EB;
}
</style>
border-color css
<style>
span { border-color: #20D1EB; }
span { border-color: rgb(32,209,235); }
td.TdClassName
{
border-color: #20D1EB;
}
.TagClassName
{
border-color: #20D1EB;
}
</style>