Shades of Bright Turquoise #20FCDF
Tints of Bright Turquoise #20FCDF
RGB
CMYK
RGB Variations
Color information
#20FCDF (or 0x20FCDF) is known color: Bright Turquoise. HEX triplet: 20, FC and DF. RGB value is (32,252,223). Sum of RGB (Red+Green+Blue) = 32+252+223=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCDF is #DF0320. Grayscale: #B6B6B6. Windows color (decimal): -14615329 or 14679072. OLE color: 14679072.
HSL color Cylindrical-coordinate representation of color #20FCDF: hue angle of 172.09º 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 #20FCDF is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 223 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.01 |
| HSL | 172.09º | 0.97% | 0.56% | - |
| HSV(B) | 172.09º | 0.87% | 0.99% | - |
| XYZ | 48.73 | 75.26 | 81.77 | - |
| YUV | 182.91 | 150.61 | 20.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 223 | 0.87 | 0 | 0.12 | 0.01 | 172.09 | 0.97 | 0.56 |
| Hex | 20 | FC | DF | 57 | 0 | C | 1 | AC | 61 | 38 |
| Octal | 40 | 374 | 337 | 127 | 0 | 14 | 1 | 254 | 141 | 70 |
| Binary | 100000 | 11111100 | 11011111 | 1010111 | 0 | 1100 | 1 | 10101100 | 1100001 | 111000 |
Color Harmonies of #20FCDF
Complementary color
Monochromatic Colors of #20FCDF
Black with #20FCDF
Text Example
Text Example
White with #20FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCDF; }
p { color: rgb(32,252,223); }
H1.HeaderClassName
{
color: #20FCDF;
}
.AnyTagClassName
{
color: #20FCDF;
}
</style>
background-color css
<style>
a { background-color: #20FCDF; }
a { background-color: rgb(32,252,223); }
div.DivClassName
{
background-color: #20FCDF;
}
.BgClassName
{
background-color: #20FCDF;
}
</style>
border-color css
<style>
span { border-color: #20FCDF; }
span { border-color: rgb(32,252,223); }
td.TdClassName
{
border-color: #20FCDF;
}
.TagClassName
{
border-color: #20FCDF;
}
</style>