Shades of Bright Turquoise #20F0DF
Tints of Bright Turquoise #20F0DF
RGB
CMYK
RGB Variations
Color information
#20F0DF (or 0x20F0DF) is known color: Bright Turquoise. HEX triplet: 20, F0 and DF. RGB value is (32,240,223). Sum of RGB (Red+Green+Blue) = 32+240+223=495 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.46% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #20F0DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F0DF is #DF0F20. Grayscale: #AFAFAF. Windows color (decimal): -14618401 or 14676000. OLE color: 14676000.
HSL color Cylindrical-coordinate representation of color #20F0DF: hue angle of 175.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F0DF is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 223 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.06 |
| HSL | 175.1º | 0.87% | 0.53% | - |
| HSV(B) | 175.1º | 0.87% | 0.94% | - |
| XYZ | 45.08 | 67.95 | 80.55 | - |
| YUV | 175.87 | 154.59 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 223 | 0.87 | 0 | 0.07 | 0.06 | 175.1 | 0.87 | 0.53 |
| Hex | 20 | F0 | DF | 57 | 0 | 7 | 6 | AF | 57 | 35 |
| Octal | 40 | 360 | 337 | 127 | 0 | 7 | 6 | 257 | 127 | 65 |
| Binary | 100000 | 11110000 | 11011111 | 1010111 | 0 | 111 | 110 | 10101111 | 1010111 | 110101 |
Color Harmonies of #20F0DF
Complementary color
Monochromatic Colors of #20F0DF
Black with #20F0DF
Text Example
Text Example
White with #20F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F0DF; }
p { color: rgb(32,240,223); }
H1.HeaderClassName
{
color: #20F0DF;
}
.AnyTagClassName
{
color: #20F0DF;
}
</style>
background-color css
<style>
a { background-color: #20F0DF; }
a { background-color: rgb(32,240,223); }
div.DivClassName
{
background-color: #20F0DF;
}
.BgClassName
{
background-color: #20F0DF;
}
</style>
border-color css
<style>
span { border-color: #20F0DF; }
span { border-color: rgb(32,240,223); }
td.TdClassName
{
border-color: #20F0DF;
}
.TagClassName
{
border-color: #20F0DF;
}
</style>