Shades of Bright Turquoise #20FCCC
Tints of Bright Turquoise #20FCCC
RGB
CMYK
RGB Variations
Color information
#20FCCC (or 0x20FCCC) is known color: Bright Turquoise. HEX triplet: 20, FC and CC. RGB value is (32,252,204). Sum of RGB (Red+Green+Blue) = 32+252+204=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCCC is #DF0333. Grayscale: #B4B4B4. Windows color (decimal): -14615348 or 13433888. OLE color: 13433888.
HSL color Cylindrical-coordinate representation of color #20FCCC: hue angle of 166.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCCC is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 204 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.01 |
| HSL | 166.91º | 0.97% | 0.56% | - |
| HSV(B) | 166.91º | 0.87% | 0.99% | - |
| XYZ | 46.31 | 74.29 | 69.03 | - |
| YUV | 180.75 | 141.11 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 204 | 0.87 | 0 | 0.19 | 0.01 | 166.91 | 0.97 | 0.56 |
| Hex | 20 | FC | CC | 57 | 0 | 13 | 1 | A7 | 61 | 38 |
| Octal | 40 | 374 | 314 | 127 | 0 | 23 | 1 | 247 | 141 | 70 |
| Binary | 100000 | 11111100 | 11001100 | 1010111 | 0 | 10011 | 1 | 10100111 | 1100001 | 111000 |
Color Harmonies of #20FCCC
Complementary color
Monochromatic Colors of #20FCCC
Black with #20FCCC
Text Example
Text Example
White with #20FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCCC; }
p { color: rgb(32,252,204); }
H1.HeaderClassName
{
color: #20FCCC;
}
.AnyTagClassName
{
color: #20FCCC;
}
</style>
background-color css
<style>
a { background-color: #20FCCC; }
a { background-color: rgb(32,252,204); }
div.DivClassName
{
background-color: #20FCCC;
}
.BgClassName
{
background-color: #20FCCC;
}
</style>
border-color css
<style>
span { border-color: #20FCCC; }
span { border-color: rgb(32,252,204); }
td.TdClassName
{
border-color: #20FCCC;
}
.TagClassName
{
border-color: #20FCCC;
}
</style>