Shades of Bright Turquoise #20FDD0
Tints of Bright Turquoise #20FDD0
RGB
CMYK
RGB Variations
Color information
#20FDD0 (or 0x20FDD0) is known color: Bright Turquoise. HEX triplet: 20, FD and D0. RGB value is (32,253,208). Sum of RGB (Red+Green+Blue) = 32+253+208=493 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.49% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FDD0 is #DF022F. Grayscale: #B5B5B5. Windows color (decimal): -14615088 or 13696288. OLE color: 13696288.
HSL color Cylindrical-coordinate representation of color #20FDD0: hue angle of 167.78º 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 #20FDD0 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 253 | 208 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.01 |
| HSL | 167.78º | 0.98% | 0.56% | - |
| HSV(B) | 167.78º | 0.87% | 0.99% | - |
| XYZ | 47.11 | 75.11 | 71.69 | - |
| YUV | 181.79 | 142.78 | 21.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 253 | 208 | 0.87 | 0 | 0.18 | 0.01 | 167.78 | 0.98 | 0.56 |
| Hex | 20 | FD | D0 | 57 | 0 | 12 | 1 | A8 | 62 | 38 |
| Octal | 40 | 375 | 320 | 127 | 0 | 22 | 1 | 250 | 142 | 70 |
| Binary | 100000 | 11111101 | 11010000 | 1010111 | 0 | 10010 | 1 | 10101000 | 1100010 | 111000 |
Color Harmonies of #20FDD0
Complementary color
Monochromatic Colors of #20FDD0
Black with #20FDD0
Text Example
Text Example
White with #20FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FDD0; }
p { color: rgb(32,253,208); }
H1.HeaderClassName
{
color: #20FDD0;
}
.AnyTagClassName
{
color: #20FDD0;
}
</style>
background-color css
<style>
a { background-color: #20FDD0; }
a { background-color: rgb(32,253,208); }
div.DivClassName
{
background-color: #20FDD0;
}
.BgClassName
{
background-color: #20FDD0;
}
</style>
border-color css
<style>
span { border-color: #20FDD0; }
span { border-color: rgb(32,253,208); }
td.TdClassName
{
border-color: #20FDD0;
}
.TagClassName
{
border-color: #20FDD0;
}
</style>