Shades of Bright Turquoise #20FAC8
Tints of Bright Turquoise #20FAC8
RGB
CMYK
RGB Variations
Color information
#20FAC8 (or 0x20FAC8) is known color: Bright Turquoise. HEX triplet: 20, FA and C8. RGB value is (32,250,200). Sum of RGB (Red+Green+Blue) = 32+250+200=482 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.64% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FAC8 is #DF0537. Grayscale: #B3B3B3. Windows color (decimal): -14615864 or 13171232. OLE color: 13171232.
HSL color Cylindrical-coordinate representation of color #20FAC8: hue angle of 166.24º 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 #20FAC8 is Cyan = 0.87, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 250 | 200 | - |
| CMYK | 0.87 | 0 | 0.2 | 0.02 |
| HSL | 166.24º | 0.96% | 0.55% | - |
| HSV(B) | 166.24º | 0.87% | 0.98% | - |
| XYZ | 45.21 | 72.85 | 66.32 | - |
| YUV | 179.12 | 139.78 | 23.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 200 | 0.87 | 0 | 0.2 | 0.02 | 166.24 | 0.96 | 0.55 |
| Hex | 20 | FA | C8 | 57 | 0 | 14 | 2 | A6 | 60 | 37 |
| Octal | 40 | 372 | 310 | 127 | 0 | 24 | 2 | 246 | 140 | 67 |
| Binary | 100000 | 11111010 | 11001000 | 1010111 | 0 | 10100 | 10 | 10100110 | 1100000 | 110111 |
Color Harmonies of #20FAC8
Complementary color
Monochromatic Colors of #20FAC8
Black with #20FAC8
Text Example
Text Example
White with #20FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FAC8; }
p { color: rgb(32,250,200); }
H1.HeaderClassName
{
color: #20FAC8;
}
.AnyTagClassName
{
color: #20FAC8;
}
</style>
background-color css
<style>
a { background-color: #20FAC8; }
a { background-color: rgb(32,250,200); }
div.DivClassName
{
background-color: #20FAC8;
}
.BgClassName
{
background-color: #20FAC8;
}
</style>
border-color css
<style>
span { border-color: #20FAC8; }
span { border-color: rgb(32,250,200); }
td.TdClassName
{
border-color: #20FAC8;
}
.TagClassName
{
border-color: #20FAC8;
}
</style>