Shades of Bright Turquoise #20F6DF
Tints of Bright Turquoise #20F6DF
RGB
CMYK
RGB Variations
Color information
#20F6DF (or 0x20F6DF) is known color: Bright Turquoise. HEX triplet: 20, F6 and DF. RGB value is (32,246,223). Sum of RGB (Red+Green+Blue) = 32+246+223=501 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.39% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #20F6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F6DF is #DF0920. Grayscale: #B3B3B3. Windows color (decimal): -14616865 or 14677536. OLE color: 14677536.
HSL color Cylindrical-coordinate representation of color #20F6DF: hue angle of 173.55º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F6DF is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 223 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.04 |
| HSL | 173.55º | 0.92% | 0.55% | - |
| HSV(B) | 173.55º | 0.87% | 0.96% | - |
| XYZ | 46.87 | 71.55 | 81.15 | - |
| YUV | 179.39 | 152.6 | 22.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 223 | 0.87 | 0 | 0.09 | 0.04 | 173.55 | 0.92 | 0.55 |
| Hex | 20 | F6 | DF | 57 | 0 | 9 | 4 | AE | 5C | 37 |
| Octal | 40 | 366 | 337 | 127 | 0 | 11 | 4 | 256 | 134 | 67 |
| Binary | 100000 | 11110110 | 11011111 | 1010111 | 0 | 1001 | 100 | 10101110 | 1011100 | 110111 |
Color Harmonies of #20F6DF
Complementary color
Monochromatic Colors of #20F6DF
Black with #20F6DF
Text Example
Text Example
White with #20F6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F6DF; }
p { color: rgb(32,246,223); }
H1.HeaderClassName
{
color: #20F6DF;
}
.AnyTagClassName
{
color: #20F6DF;
}
</style>
background-color css
<style>
a { background-color: #20F6DF; }
a { background-color: rgb(32,246,223); }
div.DivClassName
{
background-color: #20F6DF;
}
.BgClassName
{
background-color: #20F6DF;
}
</style>
border-color css
<style>
span { border-color: #20F6DF; }
span { border-color: rgb(32,246,223); }
td.TdClassName
{
border-color: #20F6DF;
}
.TagClassName
{
border-color: #20F6DF;
}
</style>