Shades of Bright Turquoise #20F0DC
Tints of Bright Turquoise #20F0DC
RGB
CMYK
RGB Variations
Color information
#20F0DC (or 0x20F0DC) is known color: Bright Turquoise. HEX triplet: 20, F0 and DC. RGB value is (32,240,220). Sum of RGB (Red+Green+Blue) = 32+240+220=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #20F0DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F0DC is #DF0F23. Grayscale: #AFAFAF. Windows color (decimal): -14618404 or 14479392. OLE color: 14479392.
HSL color Cylindrical-coordinate representation of color #20F0DC: hue angle of 174.23º 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 #20F0DC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 220 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.06 |
| HSL | 174.23º | 0.87% | 0.53% | - |
| HSV(B) | 174.23º | 0.87% | 0.94% | - |
| XYZ | 44.67 | 67.79 | 78.44 | - |
| YUV | 175.53 | 153.09 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 220 | 0.87 | 0 | 0.08 | 0.06 | 174.23 | 0.87 | 0.53 |
| Hex | 20 | F0 | DC | 57 | 0 | 8 | 6 | AE | 57 | 35 |
| Octal | 40 | 360 | 334 | 127 | 0 | 10 | 6 | 256 | 127 | 65 |
| Binary | 100000 | 11110000 | 11011100 | 1010111 | 0 | 1000 | 110 | 10101110 | 1010111 | 110101 |
Color Harmonies of #20F0DC
Complementary color
Monochromatic Colors of #20F0DC
Black with #20F0DC
Text Example
Text Example
White with #20F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F0DC; }
p { color: rgb(32,240,220); }
H1.HeaderClassName
{
color: #20F0DC;
}
.AnyTagClassName
{
color: #20F0DC;
}
</style>
background-color css
<style>
a { background-color: #20F0DC; }
a { background-color: rgb(32,240,220); }
div.DivClassName
{
background-color: #20F0DC;
}
.BgClassName
{
background-color: #20F0DC;
}
</style>
border-color css
<style>
span { border-color: #20F0DC; }
span { border-color: rgb(32,240,220); }
td.TdClassName
{
border-color: #20F0DC;
}
.TagClassName
{
border-color: #20F0DC;
}
</style>