Shades of Bright Turquoise #20EED8
Tints of Bright Turquoise #20EED8
RGB
CMYK
RGB Variations
Color information
#20EED8 (or 0x20EED8) is known color: Bright Turquoise. HEX triplet: 20, EE and D8. RGB value is (32,238,216). Sum of RGB (Red+Green+Blue) = 32+238+216=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #20EED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EED8 is #DF1127. Grayscale: #ADADAD. Windows color (decimal): -14618920 or 14216736. OLE color: 14216736.
HSL color Cylindrical-coordinate representation of color #20EED8: hue angle of 173.59º 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 #20EED8 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 216 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.07 |
| HSL | 173.59º | 0.86% | 0.53% | - |
| HSV(B) | 173.59º | 0.87% | 0.93% | - |
| XYZ | 43.56 | 66.41 | 75.49 | - |
| YUV | 173.9 | 151.75 | 26.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 216 | 0.87 | 0 | 0.09 | 0.07 | 173.59 | 0.86 | 0.53 |
| Hex | 20 | EE | D8 | 57 | 0 | 9 | 7 | AE | 56 | 35 |
| Octal | 40 | 356 | 330 | 127 | 0 | 11 | 7 | 256 | 126 | 65 |
| Binary | 100000 | 11101110 | 11011000 | 1010111 | 0 | 1001 | 111 | 10101110 | 1010110 | 110101 |
Color Harmonies of #20EED8
Complementary color
Monochromatic Colors of #20EED8
Black with #20EED8
Text Example
Text Example
White with #20EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EED8; }
p { color: rgb(32,238,216); }
H1.HeaderClassName
{
color: #20EED8;
}
.AnyTagClassName
{
color: #20EED8;
}
</style>
background-color css
<style>
a { background-color: #20EED8; }
a { background-color: rgb(32,238,216); }
div.DivClassName
{
background-color: #20EED8;
}
.BgClassName
{
background-color: #20EED8;
}
</style>
border-color css
<style>
span { border-color: #20EED8; }
span { border-color: rgb(32,238,216); }
td.TdClassName
{
border-color: #20EED8;
}
.TagClassName
{
border-color: #20EED8;
}
</style>