Shades of Bright Turquoise #20E3CF
Tints of Bright Turquoise #20E3CF
RGB
CMYK
RGB Variations
Color information
#20E3CF (or 0x20E3CF) is known color: Bright Turquoise. HEX triplet: 20, E3 and CF. RGB value is (32,227,207). Sum of RGB (Red+Green+Blue) = 32+227+207=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #20E3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E3CF is #DF1C30. Grayscale: #A6A6A6. Windows color (decimal): -14621745 or 13624096. OLE color: 13624096.
HSL color Cylindrical-coordinate representation of color #20E3CF: hue angle of 173.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E3CF is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 207 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.11 |
| HSL | 173.85º | 0.78% | 0.51% | - |
| HSV(B) | 173.85º | 0.86% | 0.89% | - |
| XYZ | 39.33 | 59.75 | 68.49 | - |
| YUV | 166.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 207 | 0.86 | 0 | 0.09 | 0.11 | 173.85 | 0.78 | 0.51 |
| Hex | 20 | E3 | CF | 56 | 0 | 9 | B | AE | 4E | 33 |
| Octal | 40 | 343 | 317 | 126 | 0 | 11 | 13 | 256 | 116 | 63 |
| Binary | 100000 | 11100011 | 11001111 | 1010110 | 0 | 1001 | 1011 | 10101110 | 1001110 | 110011 |
Color Harmonies of #20E3CF
Complementary color
Monochromatic Colors of #20E3CF
Black with #20E3CF
Text Example
Text Example
White with #20E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E3CF; }
p { color: rgb(32,227,207); }
H1.HeaderClassName
{
color: #20E3CF;
}
.AnyTagClassName
{
color: #20E3CF;
}
</style>
background-color css
<style>
a { background-color: #20E3CF; }
a { background-color: rgb(32,227,207); }
div.DivClassName
{
background-color: #20E3CF;
}
.BgClassName
{
background-color: #20E3CF;
}
</style>
border-color css
<style>
span { border-color: #20E3CF; }
span { border-color: rgb(32,227,207); }
td.TdClassName
{
border-color: #20E3CF;
}
.TagClassName
{
border-color: #20E3CF;
}
</style>