Shades of Turquoise #20EBBC
Tints of Turquoise #20EBBC
RGB
CMYK
RGB Variations
Color information
#20EBBC (or 0x20EBBC) is known color: Turquoise. HEX triplet: 20, EB and BC. RGB value is (32,235,188). Sum of RGB (Red+Green+Blue) = 32+235+188=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #20EBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EBBC is #DF1443. Grayscale: #A8A8A8. Windows color (decimal): -14619716 or 12380960. OLE color: 12380960.
HSL color Cylindrical-coordinate representation of color #20EBBC: hue angle of 166.11º degrees, saturation: 0.84, 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 #20EBBC is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 188 | - |
| CMYK | 0.86 | 0 | 0.2 | 0.08 |
| HSL | 166.11º | 0.84% | 0.52% | - |
| HSV(B) | 166.11º | 0.86% | 0.92% | - |
| XYZ | 39.38 | 63.35 | 57.73 | - |
| YUV | 168.95 | 138.75 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 188 | 0.86 | 0 | 0.2 | 0.08 | 166.11 | 0.84 | 0.52 |
| Hex | 20 | EB | BC | 56 | 0 | 14 | 8 | A6 | 54 | 34 |
| Octal | 40 | 353 | 274 | 126 | 0 | 24 | 10 | 246 | 124 | 64 |
| Binary | 100000 | 11101011 | 10111100 | 1010110 | 0 | 10100 | 1000 | 10100110 | 1010100 | 110100 |
Color Harmonies of #20EBBC
Complementary color
Monochromatic Colors of #20EBBC
Black with #20EBBC
Text Example
Text Example
White with #20EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EBBC; }
p { color: rgb(32,235,188); }
H1.HeaderClassName
{
color: #20EBBC;
}
.AnyTagClassName
{
color: #20EBBC;
}
</style>
background-color css
<style>
a { background-color: #20EBBC; }
a { background-color: rgb(32,235,188); }
div.DivClassName
{
background-color: #20EBBC;
}
.BgClassName
{
background-color: #20EBBC;
}
</style>
border-color css
<style>
span { border-color: #20EBBC; }
span { border-color: rgb(32,235,188); }
td.TdClassName
{
border-color: #20EBBC;
}
.TagClassName
{
border-color: #20EBBC;
}
</style>