Shades of Bright Turquoise #20F8DC
Tints of Bright Turquoise #20F8DC
RGB
CMYK
RGB Variations
Color information
#20F8DC (or 0x20F8DC) is known color: Bright Turquoise. HEX triplet: 20, F8 and DC. RGB value is (32,248,220). Sum of RGB (Red+Green+Blue) = 32+248+220=500 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #20F8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F8DC is #DF0723. Grayscale: #B4B4B4. Windows color (decimal): -14616356 or 14481440. OLE color: 14481440.
HSL color Cylindrical-coordinate representation of color #20F8DC: hue angle of 172.22º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F8DC is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 248 | 220 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.03 |
| HSL | 172.22º | 0.94% | 0.55% | - |
| HSV(B) | 172.22º | 0.87% | 0.97% | - |
| XYZ | 47.08 | 72.61 | 79.24 | - |
| YUV | 180.22 | 150.44 | 22.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 248 | 220 | 0.87 | 0 | 0.11 | 0.03 | 172.22 | 0.94 | 0.55 |
| Hex | 20 | F8 | DC | 57 | 0 | B | 3 | AC | 5E | 37 |
| Octal | 40 | 370 | 334 | 127 | 0 | 13 | 3 | 254 | 136 | 67 |
| Binary | 100000 | 11111000 | 11011100 | 1010111 | 0 | 1011 | 11 | 10101100 | 1011110 | 110111 |
Color Harmonies of #20F8DC
Complementary color
Monochromatic Colors of #20F8DC
Black with #20F8DC
Text Example
Text Example
White with #20F8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F8DC; }
p { color: rgb(32,248,220); }
H1.HeaderClassName
{
color: #20F8DC;
}
.AnyTagClassName
{
color: #20F8DC;
}
</style>
background-color css
<style>
a { background-color: #20F8DC; }
a { background-color: rgb(32,248,220); }
div.DivClassName
{
background-color: #20F8DC;
}
.BgClassName
{
background-color: #20F8DC;
}
</style>
border-color css
<style>
span { border-color: #20F8DC; }
span { border-color: rgb(32,248,220); }
td.TdClassName
{
border-color: #20F8DC;
}
.TagClassName
{
border-color: #20F8DC;
}
</style>