Shades of Bright Turquoise #20E8CF
Tints of Bright Turquoise #20E8CF
RGB
CMYK
RGB Variations
Color information
#20E8CF (or 0x20E8CF) is known color: Bright Turquoise. HEX triplet: 20, E8 and CF. RGB value is (32,232,207). Sum of RGB (Red+Green+Blue) = 32+232+207=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #20E8CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E8CF is #DF1730. Grayscale: #A9A9A9. Windows color (decimal): -14620465 or 13625376. OLE color: 13625376.
HSL color Cylindrical-coordinate representation of color #20E8CF: hue angle of 172.5º 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 #20E8CF is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 232 | 207 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.09 |
| HSL | 172.5º | 0.81% | 0.52% | - |
| HSV(B) | 172.5º | 0.86% | 0.91% | - |
| XYZ | 40.71 | 62.53 | 68.95 | - |
| YUV | 169.35 | 149.24 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 232 | 207 | 0.86 | 0 | 0.11 | 0.09 | 172.5 | 0.81 | 0.52 |
| Hex | 20 | E8 | CF | 56 | 0 | B | 9 | AC | 51 | 34 |
| Octal | 40 | 350 | 317 | 126 | 0 | 13 | 11 | 254 | 121 | 64 |
| Binary | 100000 | 11101000 | 11001111 | 1010110 | 0 | 1011 | 1001 | 10101100 | 1010001 | 110100 |
Color Harmonies of #20E8CF
Complementary color
Monochromatic Colors of #20E8CF
Black with #20E8CF
Text Example
Text Example
White with #20E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E8CF; }
p { color: rgb(32,232,207); }
H1.HeaderClassName
{
color: #20E8CF;
}
.AnyTagClassName
{
color: #20E8CF;
}
</style>
background-color css
<style>
a { background-color: #20E8CF; }
a { background-color: rgb(32,232,207); }
div.DivClassName
{
background-color: #20E8CF;
}
.BgClassName
{
background-color: #20E8CF;
}
</style>
border-color css
<style>
span { border-color: #20E8CF; }
span { border-color: rgb(32,232,207); }
td.TdClassName
{
border-color: #20E8CF;
}
.TagClassName
{
border-color: #20E8CF;
}
</style>