Shades of Bright Turquoise #20EDD8
Tints of Bright Turquoise #20EDD8
RGB
CMYK
RGB Variations
Color information
#20EDD8 (or 0x20EDD8) is known color: Bright Turquoise. HEX triplet: 20, ED and D8. RGB value is (32,237,216). Sum of RGB (Red+Green+Blue) = 32+237+216=485 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.60% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDD8 is #DF1227. Grayscale: #ADADAD. Windows color (decimal): -14619176 or 14216480. OLE color: 14216480.
HSL color Cylindrical-coordinate representation of color #20EDD8: hue angle of 173.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EDD8 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 216 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.07 |
| HSL | 173.85º | 0.85% | 0.53% | - |
| HSV(B) | 173.85º | 0.86% | 0.93% | - |
| XYZ | 43.27 | 65.83 | 75.39 | - |
| YUV | 173.31 | 152.08 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 216 | 0.86 | 0 | 0.09 | 0.07 | 173.85 | 0.85 | 0.53 |
| Hex | 20 | ED | D8 | 56 | 0 | 9 | 7 | AE | 55 | 35 |
| Octal | 40 | 355 | 330 | 126 | 0 | 11 | 7 | 256 | 125 | 65 |
| Binary | 100000 | 11101101 | 11011000 | 1010110 | 0 | 1001 | 111 | 10101110 | 1010101 | 110101 |
Color Harmonies of #20EDD8
Complementary color
Monochromatic Colors of #20EDD8
Black with #20EDD8
Text Example
Text Example
White with #20EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDD8; }
p { color: rgb(32,237,216); }
H1.HeaderClassName
{
color: #20EDD8;
}
.AnyTagClassName
{
color: #20EDD8;
}
</style>
background-color css
<style>
a { background-color: #20EDD8; }
a { background-color: rgb(32,237,216); }
div.DivClassName
{
background-color: #20EDD8;
}
.BgClassName
{
background-color: #20EDD8;
}
</style>
border-color css
<style>
span { border-color: #20EDD8; }
span { border-color: rgb(32,237,216); }
td.TdClassName
{
border-color: #20EDD8;
}
.TagClassName
{
border-color: #20EDD8;
}
</style>