Shades of Bright Turquoise #20EEDD
Tints of Bright Turquoise #20EEDD
RGB
CMYK
RGB Variations
Color information
#20EEDD (or 0x20EEDD) is known color: Bright Turquoise. HEX triplet: 20, EE and DD. RGB value is (32,238,221). Sum of RGB (Red+Green+Blue) = 32+238+221=491 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.52% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEDD is #DF1122. Grayscale: #AEAEAE. Windows color (decimal): -14618915 or 14544416. OLE color: 14544416.
HSL color Cylindrical-coordinate representation of color #20EEDD: hue angle of 175.05º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EEDD is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 221 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.07 |
| HSL | 175.05º | 0.86% | 0.53% | - |
| HSV(B) | 175.05º | 0.87% | 0.93% | - |
| XYZ | 44.22 | 66.68 | 78.95 | - |
| YUV | 174.47 | 154.25 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 221 | 0.87 | 0 | 0.07 | 0.07 | 175.05 | 0.86 | 0.53 |
| Hex | 20 | EE | DD | 57 | 0 | 7 | 7 | AF | 56 | 35 |
| Octal | 40 | 356 | 335 | 127 | 0 | 7 | 7 | 257 | 126 | 65 |
| Binary | 100000 | 11101110 | 11011101 | 1010111 | 0 | 111 | 111 | 10101111 | 1010110 | 110101 |
Color Harmonies of #20EEDD
Complementary color
Monochromatic Colors of #20EEDD
Black with #20EEDD
Text Example
Text Example
White with #20EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EEDD; }
p { color: rgb(32,238,221); }
H1.HeaderClassName
{
color: #20EEDD;
}
.AnyTagClassName
{
color: #20EEDD;
}
</style>
background-color css
<style>
a { background-color: #20EEDD; }
a { background-color: rgb(32,238,221); }
div.DivClassName
{
background-color: #20EEDD;
}
.BgClassName
{
background-color: #20EEDD;
}
</style>
border-color css
<style>
span { border-color: #20EEDD; }
span { border-color: rgb(32,238,221); }
td.TdClassName
{
border-color: #20EEDD;
}
.TagClassName
{
border-color: #20EEDD;
}
</style>