Shades of Bright Turquoise #20EAD0
Tints of Bright Turquoise #20EAD0
RGB
CMYK
RGB Variations
Color information
#20EAD0 (or 0x20EAD0) is known color: Bright Turquoise. HEX triplet: 20, EA and D0. RGB value is (32,234,208). Sum of RGB (Red+Green+Blue) = 32+234+208=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAD0 is #DF152F. Grayscale: #AAAAAA. Windows color (decimal): -14619952 or 13691424. OLE color: 13691424.
HSL color Cylindrical-coordinate representation of color #20EAD0: hue angle of 172.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EAD0 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 208 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.08 |
| HSL | 172.28º | 0.83% | 0.52% | - |
| HSV(B) | 172.28º | 0.86% | 0.92% | - |
| XYZ | 41.4 | 63.71 | 69.79 | - |
| YUV | 170.64 | 149.08 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 208 | 0.86 | 0 | 0.11 | 0.08 | 172.28 | 0.83 | 0.52 |
| Hex | 20 | EA | D0 | 56 | 0 | B | 8 | AC | 53 | 34 |
| Octal | 40 | 352 | 320 | 126 | 0 | 13 | 10 | 254 | 123 | 64 |
| Binary | 100000 | 11101010 | 11010000 | 1010110 | 0 | 1011 | 1000 | 10101100 | 1010011 | 110100 |
Color Harmonies of #20EAD0
Complementary color
Monochromatic Colors of #20EAD0
Black with #20EAD0
Text Example
Text Example
White with #20EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAD0; }
p { color: rgb(32,234,208); }
H1.HeaderClassName
{
color: #20EAD0;
}
.AnyTagClassName
{
color: #20EAD0;
}
</style>
background-color css
<style>
a { background-color: #20EAD0; }
a { background-color: rgb(32,234,208); }
div.DivClassName
{
background-color: #20EAD0;
}
.BgClassName
{
background-color: #20EAD0;
}
</style>
border-color css
<style>
span { border-color: #20EAD0; }
span { border-color: rgb(32,234,208); }
td.TdClassName
{
border-color: #20EAD0;
}
.TagClassName
{
border-color: #20EAD0;
}
</style>