Shades of Bright Turquoise #20FACC
Tints of Bright Turquoise #20FACC
RGB
CMYK
RGB Variations
Color information
#20FACC (or 0x20FACC) is known color: Bright Turquoise. HEX triplet: 20, FA and CC. RGB value is (32,250,204). Sum of RGB (Red+Green+Blue) = 32+250+204=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #20FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FACC is #DF0533. Grayscale: #B3B3B3. Windows color (decimal): -14615860 or 13433376. OLE color: 13433376.
HSL color Cylindrical-coordinate representation of color #20FACC: hue angle of 167.34º 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 #20FACC is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 250 | 204 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.02 |
| HSL | 167.34º | 0.96% | 0.55% | - |
| HSV(B) | 167.34º | 0.87% | 0.98% | - |
| XYZ | 45.68 | 73.04 | 68.82 | - |
| YUV | 179.57 | 141.78 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 204 | 0.87 | 0 | 0.18 | 0.02 | 167.34 | 0.96 | 0.55 |
| Hex | 20 | FA | CC | 57 | 0 | 12 | 2 | A7 | 60 | 37 |
| Octal | 40 | 372 | 314 | 127 | 0 | 22 | 2 | 247 | 140 | 67 |
| Binary | 100000 | 11111010 | 11001100 | 1010111 | 0 | 10010 | 10 | 10100111 | 1100000 | 110111 |
Color Harmonies of #20FACC
Complementary color
Monochromatic Colors of #20FACC
Black with #20FACC
Text Example
Text Example
White with #20FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FACC; }
p { color: rgb(32,250,204); }
H1.HeaderClassName
{
color: #20FACC;
}
.AnyTagClassName
{
color: #20FACC;
}
</style>
background-color css
<style>
a { background-color: #20FACC; }
a { background-color: rgb(32,250,204); }
div.DivClassName
{
background-color: #20FACC;
}
.BgClassName
{
background-color: #20FACC;
}
</style>
border-color css
<style>
span { border-color: #20FACC; }
span { border-color: rgb(32,250,204); }
td.TdClassName
{
border-color: #20FACC;
}
.TagClassName
{
border-color: #20FACC;
}
</style>