Shades of Turquoise #20EEB7
Tints of Turquoise #20EEB7
RGB
CMYK
RGB Variations
Color information
#20EEB7 (or 0x20EEB7) is known color: Turquoise. HEX triplet: 20, EE and B7. RGB value is (32,238,183). Sum of RGB (Red+Green+Blue) = 32+238+183=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #20EEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EEB7 is #DF1148. Grayscale: #AAAAAA. Windows color (decimal): -14618953 or 12054048. OLE color: 12054048.
HSL color Cylindrical-coordinate representation of color #20EEB7: hue angle of 163.98º 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 #20EEB7 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 183 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.07 |
| HSL | 163.98º | 0.86% | 0.53% | - |
| HSV(B) | 163.98º | 0.87% | 0.93% | - |
| XYZ | 39.72 | 64.88 | 55.23 | - |
| YUV | 170.14 | 135.25 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 183 | 0.87 | 0 | 0.23 | 0.07 | 163.98 | 0.86 | 0.53 |
| Hex | 20 | EE | B7 | 57 | 0 | 17 | 7 | A4 | 56 | 35 |
| Octal | 40 | 356 | 267 | 127 | 0 | 27 | 7 | 244 | 126 | 65 |
| Binary | 100000 | 11101110 | 10110111 | 1010111 | 0 | 10111 | 111 | 10100100 | 1010110 | 110101 |
Color Harmonies of #20EEB7
Complementary color
Monochromatic Colors of #20EEB7
Black with #20EEB7
Text Example
Text Example
White with #20EEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EEB7; }
p { color: rgb(32,238,183); }
H1.HeaderClassName
{
color: #20EEB7;
}
.AnyTagClassName
{
color: #20EEB7;
}
</style>
background-color css
<style>
a { background-color: #20EEB7; }
a { background-color: rgb(32,238,183); }
div.DivClassName
{
background-color: #20EEB7;
}
.BgClassName
{
background-color: #20EEB7;
}
</style>
border-color css
<style>
span { border-color: #20EEB7; }
span { border-color: rgb(32,238,183); }
td.TdClassName
{
border-color: #20EEB7;
}
.TagClassName
{
border-color: #20EEB7;
}
</style>