Shades of Bright Turquoise #20FFDF
Tints of Bright Turquoise #20FFDF
RGB
CMYK
RGB Variations
Color information
#20FFDF (or 0x20FFDF) is known color: Bright Turquoise. HEX triplet: 20, FF and DF. RGB value is (32,255,223). Sum of RGB (Red+Green+Blue) = 32+255+223=510 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.27% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #20FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FFDF is #DF0020. Grayscale: #B8B8B8. Windows color (decimal): -14614561 or 14679840. OLE color: 14679840.
HSL color Cylindrical-coordinate representation of color #20FFDF: hue angle of 171.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FFDF is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 223 | - |
| CMYK | 0.87 | 0 | 0.13 | 0 |
| HSL | 171.39º | 1% | 0.56% | - |
| HSV(B) | 171.39º | 0.87% | 1% | - |
| XYZ | 49.67 | 77.15 | 82.09 | - |
| YUV | 184.68 | 149.62 | 19.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 223 | 0.87 | 0 | 0.13 | 0 | 171.39 | 1 | 0.56 |
| Hex | 20 | FF | DF | 57 | 0 | D | 0 | AB | 64 | 38 |
| Octal | 40 | 377 | 337 | 127 | 0 | 15 | 0 | 253 | 144 | 70 |
| Binary | 100000 | 11111111 | 11011111 | 1010111 | 0 | 1101 | 0 | 10101011 | 1100100 | 111000 |
Color Harmonies of #20FFDF
Complementary color
Monochromatic Colors of #20FFDF
Black with #20FFDF
Text Example
Text Example
White with #20FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FFDF; }
p { color: rgb(32,255,223); }
H1.HeaderClassName
{
color: #20FFDF;
}
.AnyTagClassName
{
color: #20FFDF;
}
</style>
background-color css
<style>
a { background-color: #20FFDF; }
a { background-color: rgb(32,255,223); }
div.DivClassName
{
background-color: #20FFDF;
}
.BgClassName
{
background-color: #20FFDF;
}
</style>
border-color css
<style>
span { border-color: #20FFDF; }
span { border-color: rgb(32,255,223); }
td.TdClassName
{
border-color: #20FFDF;
}
.TagClassName
{
border-color: #20FFDF;
}
</style>