Shades of Bright Turquoise #20EFC7
Tints of Bright Turquoise #20EFC7
RGB
CMYK
RGB Variations
Color information
#20EFC7 (or 0x20EFC7) is known color: Bright Turquoise. HEX triplet: 20, EF and C7. RGB value is (32,239,199). Sum of RGB (Red+Green+Blue) = 32+239+199=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFC7 is #DF1038. Grayscale: #ACACAC. Windows color (decimal): -14618681 or 13102880. OLE color: 13102880.
HSL color Cylindrical-coordinate representation of color #20EFC7: hue angle of 168.41º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFC7 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 199 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.06 |
| HSL | 168.41º | 0.87% | 0.53% | - |
| HSV(B) | 168.41º | 0.87% | 0.94% | - |
| XYZ | 41.77 | 66.16 | 64.6 | - |
| YUV | 172.55 | 142.92 | 27.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 199 | 0.87 | 0 | 0.17 | 0.06 | 168.41 | 0.87 | 0.53 |
| Hex | 20 | EF | C7 | 57 | 0 | 11 | 6 | A8 | 57 | 35 |
| Octal | 40 | 357 | 307 | 127 | 0 | 21 | 6 | 250 | 127 | 65 |
| Binary | 100000 | 11101111 | 11000111 | 1010111 | 0 | 10001 | 110 | 10101000 | 1010111 | 110101 |
Color Harmonies of #20EFC7
Complementary color
Monochromatic Colors of #20EFC7
Black with #20EFC7
Text Example
Text Example
White with #20EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EFC7; }
p { color: rgb(32,239,199); }
H1.HeaderClassName
{
color: #20EFC7;
}
.AnyTagClassName
{
color: #20EFC7;
}
</style>
background-color css
<style>
a { background-color: #20EFC7; }
a { background-color: rgb(32,239,199); }
div.DivClassName
{
background-color: #20EFC7;
}
.BgClassName
{
background-color: #20EFC7;
}
</style>
border-color css
<style>
span { border-color: #20EFC7; }
span { border-color: rgb(32,239,199); }
td.TdClassName
{
border-color: #20EFC7;
}
.TagClassName
{
border-color: #20EFC7;
}
</style>