Shades of Bright Turquoise #20FACA
Tints of Bright Turquoise #20FACA
RGB
CMYK
RGB Variations
Color information
#20FACA (or 0x20FACA) is known color: Bright Turquoise. HEX triplet: 20, FA and CA. RGB value is (32,250,202). Sum of RGB (Red+Green+Blue) = 32+250+202=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #20FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FACA is #DF0535. Grayscale: #B3B3B3. Windows color (decimal): -14615862 or 13302304. OLE color: 13302304.
HSL color Cylindrical-coordinate representation of color #20FACA: hue angle of 166.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FACA is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 250 | 202 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.02 |
| HSL | 166.79º | 0.96% | 0.55% | - |
| HSV(B) | 166.79º | 0.87% | 0.98% | - |
| XYZ | 45.44 | 72.94 | 67.56 | - |
| YUV | 179.35 | 140.78 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 202 | 0.87 | 0 | 0.19 | 0.02 | 166.79 | 0.96 | 0.55 |
| Hex | 20 | FA | CA | 57 | 0 | 13 | 2 | A7 | 60 | 37 |
| Octal | 40 | 372 | 312 | 127 | 0 | 23 | 2 | 247 | 140 | 67 |
| Binary | 100000 | 11111010 | 11001010 | 1010111 | 0 | 10011 | 10 | 10100111 | 1100000 | 110111 |
Color Harmonies of #20FACA
Complementary color
Monochromatic Colors of #20FACA
Black with #20FACA
Text Example
Text Example
White with #20FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FACA; }
p { color: rgb(32,250,202); }
H1.HeaderClassName
{
color: #20FACA;
}
.AnyTagClassName
{
color: #20FACA;
}
</style>
background-color css
<style>
a { background-color: #20FACA; }
a { background-color: rgb(32,250,202); }
div.DivClassName
{
background-color: #20FACA;
}
.BgClassName
{
background-color: #20FACA;
}
</style>
border-color css
<style>
span { border-color: #20FACA; }
span { border-color: rgb(32,250,202); }
td.TdClassName
{
border-color: #20FACA;
}
.TagClassName
{
border-color: #20FACA;
}
</style>