Shades of Bright Turquoise #20FDCC
Tints of Bright Turquoise #20FDCC
RGB
CMYK
RGB Variations
Color information
#20FDCC (or 0x20FDCC) is known color: Bright Turquoise. HEX triplet: 20, FD and CC. RGB value is (32,253,204). Sum of RGB (Red+Green+Blue) = 32+253+204=489 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.54% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FDCC is #DF0233. Grayscale: #B5B5B5. Windows color (decimal): -14615092 or 13434144. OLE color: 13434144.
HSL color Cylindrical-coordinate representation of color #20FDCC: hue angle of 166.7º degrees, saturation: 0.98, 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 #20FDCC is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 204 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.01 |
| HSL | 166.7º | 0.98% | 0.56% | - |
| HSV(B) | 166.7º | 0.87% | 0.99% | - |
| XYZ | 46.62 | 74.92 | 69.13 | - |
| YUV | 181.34 | 140.78 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 204 | 0.87 | 0 | 0.19 | 0.01 | 166.7 | 0.98 | 0.56 |
| Hex | 20 | FD | CC | 57 | 0 | 13 | 1 | A7 | 62 | 38 |
| Octal | 40 | 375 | 314 | 127 | 0 | 23 | 1 | 247 | 142 | 70 |
| Binary | 100000 | 11111101 | 11001100 | 1010111 | 0 | 10011 | 1 | 10100111 | 1100010 | 111000 |
Color Harmonies of #20FDCC
Complementary color
Monochromatic Colors of #20FDCC
Black with #20FDCC
Text Example
Text Example
White with #20FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDCC; }
p { color: rgb(32,253,204); }
H1.HeaderClassName
{
color: #20FDCC;
}
.AnyTagClassName
{
color: #20FDCC;
}
</style>
background-color css
<style>
a { background-color: #20FDCC; }
a { background-color: rgb(32,253,204); }
div.DivClassName
{
background-color: #20FDCC;
}
.BgClassName
{
background-color: #20FDCC;
}
</style>
border-color css
<style>
span { border-color: #20FDCC; }
span { border-color: rgb(32,253,204); }
td.TdClassName
{
border-color: #20FDCC;
}
.TagClassName
{
border-color: #20FDCC;
}
</style>