Shades of Turquoise #20ECC4
Tints of Turquoise #20ECC4
RGB
CMYK
RGB Variations
Color information
#20ECC4 (or 0x20ECC4) is known color: Turquoise. HEX triplet: 20, EC and C4. RGB value is (32,236,196). Sum of RGB (Red+Green+Blue) = 32+236+196=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECC4 is #DF133B. Grayscale: #AAAAAA. Windows color (decimal): -14619452 or 12905504. OLE color: 12905504.
HSL color Cylindrical-coordinate representation of color #20ECC4: hue angle of 168.24º degrees, saturation: 0.84, 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 #20ECC4 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 196 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.07 |
| HSL | 168.24º | 0.84% | 0.53% | - |
| HSV(B) | 168.24º | 0.86% | 0.93% | - |
| XYZ | 40.55 | 64.28 | 62.5 | - |
| YUV | 170.44 | 142.41 | 29.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 196 | 0.86 | 0 | 0.17 | 0.07 | 168.24 | 0.84 | 0.53 |
| Hex | 20 | EC | C4 | 56 | 0 | 11 | 7 | A8 | 54 | 35 |
| Octal | 40 | 354 | 304 | 126 | 0 | 21 | 7 | 250 | 124 | 65 |
| Binary | 100000 | 11101100 | 11000100 | 1010110 | 0 | 10001 | 111 | 10101000 | 1010100 | 110101 |
Color Harmonies of #20ECC4
Complementary color
Monochromatic Colors of #20ECC4
Black with #20ECC4
Text Example
Text Example
White with #20ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECC4; }
p { color: rgb(32,236,196); }
H1.HeaderClassName
{
color: #20ECC4;
}
.AnyTagClassName
{
color: #20ECC4;
}
</style>
background-color css
<style>
a { background-color: #20ECC4; }
a { background-color: rgb(32,236,196); }
div.DivClassName
{
background-color: #20ECC4;
}
.BgClassName
{
background-color: #20ECC4;
}
</style>
border-color css
<style>
span { border-color: #20ECC4; }
span { border-color: rgb(32,236,196); }
td.TdClassName
{
border-color: #20ECC4;
}
.TagClassName
{
border-color: #20ECC4;
}
</style>