Shades of Bright Turquoise #20D3EF
Tints of Bright Turquoise #20D3EF
RGB
CMYK
RGB Variations
Color information
#20D3EF (or 0x20D3EF) is known color: Bright Turquoise. HEX triplet: 20, D3 and EF. RGB value is (32,211,239). Sum of RGB (Red+Green+Blue) = 32+211+239=482 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.64% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #20D3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D3EF is #DF2C10. Grayscale: #A0A0A0. Windows color (decimal): -14625809 or 15717152. OLE color: 15717152.
HSL color Cylindrical-coordinate representation of color #20D3EF: hue angle of 188.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20D3EF is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 211 | 239 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.06 |
| HSL | 188.12º | 0.87% | 0.53% | - |
| HSV(B) | 188.12º | 0.87% | 0.94% | - |
| XYZ | 39.47 | 53.13 | 89.84 | - |
| YUV | 160.67 | 172.2 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 211 | 239 | 0.87 | 0.12 | 0 | 0.06 | 188.12 | 0.87 | 0.53 |
| Hex | 20 | D3 | EF | 57 | C | 0 | 6 | BC | 57 | 35 |
| Octal | 40 | 323 | 357 | 127 | 14 | 0 | 6 | 274 | 127 | 65 |
| Binary | 100000 | 11010011 | 11101111 | 1010111 | 1100 | 0 | 110 | 10111100 | 1010111 | 110101 |
Color Harmonies of #20D3EF
Complementary color
Monochromatic Colors of #20D3EF
Black with #20D3EF
Text Example
Text Example
White with #20D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D3EF; }
p { color: rgb(32,211,239); }
H1.HeaderClassName
{
color: #20D3EF;
}
.AnyTagClassName
{
color: #20D3EF;
}
</style>
background-color css
<style>
a { background-color: #20D3EF; }
a { background-color: rgb(32,211,239); }
div.DivClassName
{
background-color: #20D3EF;
}
.BgClassName
{
background-color: #20D3EF;
}
</style>
border-color css
<style>
span { border-color: #20D3EF; }
span { border-color: rgb(32,211,239); }
td.TdClassName
{
border-color: #20D3EF;
}
.TagClassName
{
border-color: #20D3EF;
}
</style>