Shades of Bright Turquoise #20FECC
Tints of Bright Turquoise #20FECC
RGB
CMYK
RGB Variations
Color information
#20FECC (or 0x20FECC) is known color: Bright Turquoise. HEX triplet: 20, FE and CC. RGB value is (32,254,204). Sum of RGB (Red+Green+Blue) = 32+254+204=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #20FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FECC is #DF0133. Grayscale: #B5B5B5. Windows color (decimal): -14614836 or 13434400. OLE color: 13434400.
HSL color Cylindrical-coordinate representation of color #20FECC: hue angle of 166.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FECC is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 254 | 204 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.00 |
| HSL | 166.49º | 0.99% | 0.56% | - |
| HSV(B) | 166.49º | 0.87% | 1% | - |
| XYZ | 46.94 | 75.55 | 69.24 | - |
| YUV | 181.92 | 140.45 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 254 | 204 | 0.87 | 0 | 0.20 | 0.00 | 166.49 | 0.99 | 0.56 |
| Hex | 20 | FE | CC | 57 | 0 | 14 | 0 | A6 | 63 | 38 |
| Octal | 40 | 376 | 314 | 127 | 0 | 24 | 0 | 246 | 143 | 70 |
| Binary | 100000 | 11111110 | 11001100 | 1010111 | 0 | 10100 | 0 | 10100110 | 1100011 | 111000 |
Color Harmonies of #20FECC
Complementary color
Monochromatic Colors of #20FECC
Black with #20FECC
Text Example
Text Example
White with #20FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FECC; }
p { color: rgb(32,254,204); }
H1.HeaderClassName
{
color: #20FECC;
}
.AnyTagClassName
{
color: #20FECC;
}
</style>
background-color css
<style>
a { background-color: #20FECC; }
a { background-color: rgb(32,254,204); }
div.DivClassName
{
background-color: #20FECC;
}
.BgClassName
{
background-color: #20FECC;
}
</style>
border-color css
<style>
span { border-color: #20FECC; }
span { border-color: rgb(32,254,204); }
td.TdClassName
{
border-color: #20FECC;
}
.TagClassName
{
border-color: #20FECC;
}
</style>