Shades of Bright Turquoise #20EEDA
Tints of Bright Turquoise #20EEDA
RGB
CMYK
RGB Variations
Color information
#20EEDA (or 0x20EEDA) is known color: Bright Turquoise. HEX triplet: 20, EE and DA. RGB value is (32,238,218). Sum of RGB (Red+Green+Blue) = 32+238+218=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEDA is #DF1125. Grayscale: #ADADAD. Windows color (decimal): -14618918 or 14347808. OLE color: 14347808.
HSL color Cylindrical-coordinate representation of color #20EEDA: hue angle of 174.17º 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 #20EEDA is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 218 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.07 |
| HSL | 174.17º | 0.86% | 0.53% | - |
| HSV(B) | 174.17º | 0.87% | 0.93% | - |
| XYZ | 43.83 | 66.52 | 76.86 | - |
| YUV | 174.13 | 152.75 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 218 | 0.87 | 0 | 0.08 | 0.07 | 174.17 | 0.86 | 0.53 |
| Hex | 20 | EE | DA | 57 | 0 | 8 | 7 | AE | 56 | 35 |
| Octal | 40 | 356 | 332 | 127 | 0 | 10 | 7 | 256 | 126 | 65 |
| Binary | 100000 | 11101110 | 11011010 | 1010111 | 0 | 1000 | 111 | 10101110 | 1010110 | 110101 |
Color Harmonies of #20EEDA
Complementary color
Monochromatic Colors of #20EEDA
Black with #20EEDA
Text Example
Text Example
White with #20EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EEDA; }
p { color: rgb(32,238,218); }
H1.HeaderClassName
{
color: #20EEDA;
}
.AnyTagClassName
{
color: #20EEDA;
}
</style>
background-color css
<style>
a { background-color: #20EEDA; }
a { background-color: rgb(32,238,218); }
div.DivClassName
{
background-color: #20EEDA;
}
.BgClassName
{
background-color: #20EEDA;
}
</style>
border-color css
<style>
span { border-color: #20EEDA; }
span { border-color: rgb(32,238,218); }
td.TdClassName
{
border-color: #20EEDA;
}
.TagClassName
{
border-color: #20EEDA;
}
</style>