Shades of Turquoise #20EFC3
Tints of Turquoise #20EFC3
RGB
CMYK
RGB Variations
Color information
#20EFC3 (or 0x20EFC3) is known color: Turquoise. HEX triplet: 20, EF and C3. RGB value is (32,239,195). Sum of RGB (Red+Green+Blue) = 32+239+195=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFC3 is #DF103C. Grayscale: #ACACAC. Windows color (decimal): -14618685 or 12840736. OLE color: 12840736.
HSL color Cylindrical-coordinate representation of color #20EFC3: hue angle of 167.25º 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 #20EFC3 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 195 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.06 |
| HSL | 167.25º | 0.87% | 0.53% | - |
| HSV(B) | 167.25º | 0.87% | 0.94% | - |
| XYZ | 41.31 | 65.98 | 62.19 | - |
| YUV | 172.09 | 140.92 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 195 | 0.87 | 0 | 0.18 | 0.06 | 167.25 | 0.87 | 0.53 |
| Hex | 20 | EF | C3 | 57 | 0 | 12 | 6 | A7 | 57 | 35 |
| Octal | 40 | 357 | 303 | 127 | 0 | 22 | 6 | 247 | 127 | 65 |
| Binary | 100000 | 11101111 | 11000011 | 1010111 | 0 | 10010 | 110 | 10100111 | 1010111 | 110101 |
Color Harmonies of #20EFC3
Complementary color
Monochromatic Colors of #20EFC3
Black with #20EFC3
Text Example
Text Example
White with #20EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EFC3; }
p { color: rgb(32,239,195); }
H1.HeaderClassName
{
color: #20EFC3;
}
.AnyTagClassName
{
color: #20EFC3;
}
</style>
background-color css
<style>
a { background-color: #20EFC3; }
a { background-color: rgb(32,239,195); }
div.DivClassName
{
background-color: #20EFC3;
}
.BgClassName
{
background-color: #20EFC3;
}
</style>
border-color css
<style>
span { border-color: #20EFC3; }
span { border-color: rgb(32,239,195); }
td.TdClassName
{
border-color: #20EFC3;
}
.TagClassName
{
border-color: #20EFC3;
}
</style>