Shades of Bright Turquoise #20EAD4
Tints of Bright Turquoise #20EAD4
RGB
CMYK
RGB Variations
Color information
#20EAD4 (or 0x20EAD4) is known color: Bright Turquoise. HEX triplet: 20, EA and D4. RGB value is (32,234,212). Sum of RGB (Red+Green+Blue) = 32+234+212=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAD4 is #DF152B. Grayscale: #AAAAAA. Windows color (decimal): -14619948 or 13953568. OLE color: 13953568.
HSL color Cylindrical-coordinate representation of color #20EAD4: hue angle of 173.47º 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 #20EAD4 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 212 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.08 |
| HSL | 173.47º | 0.83% | 0.52% | - |
| HSV(B) | 173.47º | 0.86% | 0.92% | - |
| XYZ | 41.9 | 63.91 | 72.41 | - |
| YUV | 171.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 212 | 0.86 | 0 | 0.09 | 0.08 | 173.47 | 0.83 | 0.52 |
| Hex | 20 | EA | D4 | 56 | 0 | 9 | 8 | AD | 53 | 34 |
| Octal | 40 | 352 | 324 | 126 | 0 | 11 | 10 | 255 | 123 | 64 |
| Binary | 100000 | 11101010 | 11010100 | 1010110 | 0 | 1001 | 1000 | 10101101 | 1010011 | 110100 |
Color Harmonies of #20EAD4
Complementary color
Monochromatic Colors of #20EAD4
Black with #20EAD4
Text Example
Text Example
White with #20EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAD4; }
p { color: rgb(32,234,212); }
H1.HeaderClassName
{
color: #20EAD4;
}
.AnyTagClassName
{
color: #20EAD4;
}
</style>
background-color css
<style>
a { background-color: #20EAD4; }
a { background-color: rgb(32,234,212); }
div.DivClassName
{
background-color: #20EAD4;
}
.BgClassName
{
background-color: #20EAD4;
}
</style>
border-color css
<style>
span { border-color: #20EAD4; }
span { border-color: rgb(32,234,212); }
td.TdClassName
{
border-color: #20EAD4;
}
.TagClassName
{
border-color: #20EAD4;
}
</style>