Shades of Bright Turquoise #20F2CF
Tints of Bright Turquoise #20F2CF
RGB
CMYK
RGB Variations
Color information
#20F2CF (or 0x20F2CF) is known color: Bright Turquoise. HEX triplet: 20, F2 and CF. RGB value is (32,242,207). Sum of RGB (Red+Green+Blue) = 32+242+207=481 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.65% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #20F2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F2CF is #DF0D30. Grayscale: #AFAFAF. Windows color (decimal): -14617905 or 13627936. OLE color: 13627936.
HSL color Cylindrical-coordinate representation of color #20F2CF: hue angle of 170º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F2CF is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 207 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.05 |
| HSL | 170º | 0.89% | 0.54% | - |
| HSV(B) | 170º | 0.87% | 0.95% | - |
| XYZ | 43.61 | 68.32 | 69.92 | - |
| YUV | 175.22 | 145.93 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 207 | 0.87 | 0 | 0.14 | 0.05 | 170 | 0.89 | 0.54 |
| Hex | 20 | F2 | CF | 57 | 0 | E | 5 | AA | 59 | 36 |
| Octal | 40 | 362 | 317 | 127 | 0 | 16 | 5 | 252 | 131 | 66 |
| Binary | 100000 | 11110010 | 11001111 | 1010111 | 0 | 1110 | 101 | 10101010 | 1011001 | 110110 |
Color Harmonies of #20F2CF
Complementary color
Monochromatic Colors of #20F2CF
Black with #20F2CF
Text Example
Text Example
White with #20F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F2CF; }
p { color: rgb(32,242,207); }
H1.HeaderClassName
{
color: #20F2CF;
}
.AnyTagClassName
{
color: #20F2CF;
}
</style>
background-color css
<style>
a { background-color: #20F2CF; }
a { background-color: rgb(32,242,207); }
div.DivClassName
{
background-color: #20F2CF;
}
.BgClassName
{
background-color: #20F2CF;
}
</style>
border-color css
<style>
span { border-color: #20F2CF; }
span { border-color: rgb(32,242,207); }
td.TdClassName
{
border-color: #20F2CF;
}
.TagClassName
{
border-color: #20F2CF;
}
</style>