Shades of Turquoise #20E7BB
Tints of Turquoise #20E7BB
RGB
CMYK
RGB Variations
Color information
#20E7BB (or 0x20E7BB) is known color: Turquoise. HEX triplet: 20, E7 and BB. RGB value is (32,231,187). Sum of RGB (Red+Green+Blue) = 32+231+187=450 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.11% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #20E7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E7BB is #DF1844. Grayscale: #A6A6A6. Windows color (decimal): -14620741 or 12314400. OLE color: 12314400.
HSL color Cylindrical-coordinate representation of color #20E7BB: hue angle of 166.73º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E7BB is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 231 | 187 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.09 |
| HSL | 166.73º | 0.81% | 0.52% | - |
| HSV(B) | 166.73º | 0.86% | 0.91% | - |
| XYZ | 38.14 | 61.05 | 56.79 | - |
| YUV | 166.48 | 139.57 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 231 | 187 | 0.86 | 0 | 0.19 | 0.09 | 166.73 | 0.81 | 0.52 |
| Hex | 20 | E7 | BB | 56 | 0 | 13 | 9 | A7 | 51 | 34 |
| Octal | 40 | 347 | 273 | 126 | 0 | 23 | 11 | 247 | 121 | 64 |
| Binary | 100000 | 11100111 | 10111011 | 1010110 | 0 | 10011 | 1001 | 10100111 | 1010001 | 110100 |
Color Harmonies of #20E7BB
Complementary color
Monochromatic Colors of #20E7BB
Black with #20E7BB
Text Example
Text Example
White with #20E7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E7BB; }
p { color: rgb(32,231,187); }
H1.HeaderClassName
{
color: #20E7BB;
}
.AnyTagClassName
{
color: #20E7BB;
}
</style>
background-color css
<style>
a { background-color: #20E7BB; }
a { background-color: rgb(32,231,187); }
div.DivClassName
{
background-color: #20E7BB;
}
.BgClassName
{
background-color: #20E7BB;
}
</style>
border-color css
<style>
span { border-color: #20E7BB; }
span { border-color: rgb(32,231,187); }
td.TdClassName
{
border-color: #20E7BB;
}
.TagClassName
{
border-color: #20E7BB;
}
</style>