Shades of Bright Turquoise #20E9CF
Tints of Bright Turquoise #20E9CF
RGB
CMYK
RGB Variations
Color information
#20E9CF (or 0x20E9CF) is known color: Bright Turquoise. HEX triplet: 20, E9 and CF. RGB value is (32,233,207). Sum of RGB (Red+Green+Blue) = 32+233+207=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #20E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E9CF is #DF1630. Grayscale: #A9A9A9. Windows color (decimal): -14620209 or 13625632. OLE color: 13625632.
HSL color Cylindrical-coordinate representation of color #20E9CF: hue angle of 172.24º degrees, saturation: 0.82, 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 #20E9CF is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 207 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.09 |
| HSL | 172.24º | 0.82% | 0.52% | - |
| HSV(B) | 172.24º | 0.86% | 0.91% | - |
| XYZ | 41 | 63.09 | 69.05 | - |
| YUV | 169.94 | 148.91 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 207 | 0.86 | 0 | 0.11 | 0.09 | 172.24 | 0.82 | 0.52 |
| Hex | 20 | E9 | CF | 56 | 0 | B | 9 | AC | 52 | 34 |
| Octal | 40 | 351 | 317 | 126 | 0 | 13 | 11 | 254 | 122 | 64 |
| Binary | 100000 | 11101001 | 11001111 | 1010110 | 0 | 1011 | 1001 | 10101100 | 1010010 | 110100 |
Color Harmonies of #20E9CF
Complementary color
Monochromatic Colors of #20E9CF
Black with #20E9CF
Text Example
Text Example
White with #20E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E9CF; }
p { color: rgb(32,233,207); }
H1.HeaderClassName
{
color: #20E9CF;
}
.AnyTagClassName
{
color: #20E9CF;
}
</style>
background-color css
<style>
a { background-color: #20E9CF; }
a { background-color: rgb(32,233,207); }
div.DivClassName
{
background-color: #20E9CF;
}
.BgClassName
{
background-color: #20E9CF;
}
</style>
border-color css
<style>
span { border-color: #20E9CF; }
span { border-color: rgb(32,233,207); }
td.TdClassName
{
border-color: #20E9CF;
}
.TagClassName
{
border-color: #20E9CF;
}
</style>