Shades of Bright Turquoise #20DCFC
Tints of Bright Turquoise #20DCFC
RGB
CMYK
RGB Variations
Color information
#20DCFC (or 0x20DCFC) is known color: Bright Turquoise. HEX triplet: 20, DC and FC. RGB value is (32,220,252). Sum of RGB (Red+Green+Blue) = 32+220+252=504 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.35% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #20DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DCFC is #DF2303. Grayscale: #A7A7A7. Windows color (decimal): -14623492 or 16571424. OLE color: 16571424.
HSL color Cylindrical-coordinate representation of color #20DCFC: hue angle of 188.73º 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 #20DCFC is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 220 | 252 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.01 |
| HSL | 188.73º | 0.97% | 0.56% | - |
| HSV(B) | 188.73º | 0.87% | 0.99% | - |
| XYZ | 43.76 | 58.52 | 101.08 | - |
| YUV | 167.44 | 175.72 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 252 | 0.87 | 0.13 | 0 | 0.01 | 188.73 | 0.97 | 0.56 |
| Hex | 20 | DC | FC | 57 | D | 0 | 1 | BD | 61 | 38 |
| Octal | 40 | 334 | 374 | 127 | 15 | 0 | 1 | 275 | 141 | 70 |
| Binary | 100000 | 11011100 | 11111100 | 1010111 | 1101 | 0 | 1 | 10111101 | 1100001 | 111000 |
Color Harmonies of #20DCFC
Complementary color
Monochromatic Colors of #20DCFC
Black with #20DCFC
Text Example
Text Example
White with #20DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCFC; }
p { color: rgb(32,220,252); }
H1.HeaderClassName
{
color: #20DCFC;
}
.AnyTagClassName
{
color: #20DCFC;
}
</style>
background-color css
<style>
a { background-color: #20DCFC; }
a { background-color: rgb(32,220,252); }
div.DivClassName
{
background-color: #20DCFC;
}
.BgClassName
{
background-color: #20DCFC;
}
</style>
border-color css
<style>
span { border-color: #20DCFC; }
span { border-color: rgb(32,220,252); }
td.TdClassName
{
border-color: #20DCFC;
}
.TagClassName
{
border-color: #20DCFC;
}
</style>