Shades of Bright Turquoise #20E6CE
Tints of Bright Turquoise #20E6CE
RGB
CMYK
RGB Variations
Color information
#20E6CE (or 0x20E6CE) is known color: Bright Turquoise. HEX triplet: 20, E6 and CE. RGB value is (32,230,206). Sum of RGB (Red+Green+Blue) = 32+230+206=468 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.84% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #20E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E6CE is #DF1931. Grayscale: #A7A7A7. Windows color (decimal): -14620978 or 13559328. OLE color: 13559328.
HSL color Cylindrical-coordinate representation of color #20E6CE: hue angle of 172.73º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E6CE is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 206 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.10 |
| HSL | 172.73º | 0.8% | 0.51% | - |
| HSV(B) | 172.73º | 0.86% | 0.9% | - |
| XYZ | 40.03 | 61.36 | 68.13 | - |
| YUV | 168.06 | 149.4 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 206 | 0.86 | 0 | 0.10 | 0.10 | 172.73 | 0.8 | 0.51 |
| Hex | 20 | E6 | CE | 56 | 0 | A | A | AD | 50 | 33 |
| Octal | 40 | 346 | 316 | 126 | 0 | 12 | 12 | 255 | 120 | 63 |
| Binary | 100000 | 11100110 | 11001110 | 1010110 | 0 | 1010 | 1010 | 10101101 | 1010000 | 110011 |
Color Harmonies of #20E6CE
Complementary color
Monochromatic Colors of #20E6CE
Black with #20E6CE
Text Example
Text Example
White with #20E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E6CE; }
p { color: rgb(32,230,206); }
H1.HeaderClassName
{
color: #20E6CE;
}
.AnyTagClassName
{
color: #20E6CE;
}
</style>
background-color css
<style>
a { background-color: #20E6CE; }
a { background-color: rgb(32,230,206); }
div.DivClassName
{
background-color: #20E6CE;
}
.BgClassName
{
background-color: #20E6CE;
}
</style>
border-color css
<style>
span { border-color: #20E6CE; }
span { border-color: rgb(32,230,206); }
td.TdClassName
{
border-color: #20E6CE;
}
.TagClassName
{
border-color: #20E6CE;
}
</style>