Shades of Turquoise #20EEC4
Tints of Turquoise #20EEC4
RGB
CMYK
RGB Variations
Color information
#20EEC4 (or 0x20EEC4) is known color: Turquoise. HEX triplet: 20, EE and C4. RGB value is (32,238,196). Sum of RGB (Red+Green+Blue) = 32+238+196=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEC4 is #DF113B. Grayscale: #ABABAB. Windows color (decimal): -14618940 or 12906016. OLE color: 12906016.
HSL color Cylindrical-coordinate representation of color #20EEC4: hue angle of 167.77º 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 #20EEC4 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 196 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.07 |
| HSL | 167.77º | 0.86% | 0.53% | - |
| HSV(B) | 167.77º | 0.87% | 0.93% | - |
| XYZ | 41.13 | 65.44 | 62.69 | - |
| YUV | 171.62 | 141.75 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 196 | 0.87 | 0 | 0.18 | 0.07 | 167.77 | 0.86 | 0.53 |
| Hex | 20 | EE | C4 | 57 | 0 | 12 | 7 | A8 | 56 | 35 |
| Octal | 40 | 356 | 304 | 127 | 0 | 22 | 7 | 250 | 126 | 65 |
| Binary | 100000 | 11101110 | 11000100 | 1010111 | 0 | 10010 | 111 | 10101000 | 1010110 | 110101 |
Color Harmonies of #20EEC4
Complementary color
Monochromatic Colors of #20EEC4
Black with #20EEC4
Text Example
Text Example
White with #20EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EEC4; }
p { color: rgb(32,238,196); }
H1.HeaderClassName
{
color: #20EEC4;
}
.AnyTagClassName
{
color: #20EEC4;
}
</style>
background-color css
<style>
a { background-color: #20EEC4; }
a { background-color: rgb(32,238,196); }
div.DivClassName
{
background-color: #20EEC4;
}
.BgClassName
{
background-color: #20EEC4;
}
</style>
border-color css
<style>
span { border-color: #20EEC4; }
span { border-color: rgb(32,238,196); }
td.TdClassName
{
border-color: #20EEC4;
}
.TagClassName
{
border-color: #20EEC4;
}
</style>