Shades of Bright Turquoise #20F2DD
Tints of Bright Turquoise #20F2DD
RGB
CMYK
RGB Variations
Color information
#20F2DD (or 0x20F2DD) is known color: Bright Turquoise. HEX triplet: 20, F2 and DD. RGB value is (32,242,221). Sum of RGB (Red+Green+Blue) = 32+242+221=495 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.46% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #20F2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F2DD is #DF0D22. Grayscale: #B0B0B0. Windows color (decimal): -14617891 or 14545440. OLE color: 14545440.
HSL color Cylindrical-coordinate representation of color #20F2DD: hue angle of 174º 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 #20F2DD is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 221 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.05 |
| HSL | 174º | 0.89% | 0.54% | - |
| HSV(B) | 174º | 0.87% | 0.95% | - |
| XYZ | 45.4 | 69.03 | 79.34 | - |
| YUV | 176.82 | 152.93 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 221 | 0.87 | 0 | 0.09 | 0.05 | 174 | 0.89 | 0.54 |
| Hex | 20 | F2 | DD | 57 | 0 | 9 | 5 | AE | 59 | 36 |
| Octal | 40 | 362 | 335 | 127 | 0 | 11 | 5 | 256 | 131 | 66 |
| Binary | 100000 | 11110010 | 11011101 | 1010111 | 0 | 1001 | 101 | 10101110 | 1011001 | 110110 |
Color Harmonies of #20F2DD
Complementary color
Monochromatic Colors of #20F2DD
Black with #20F2DD
Text Example
Text Example
White with #20F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F2DD; }
p { color: rgb(32,242,221); }
H1.HeaderClassName
{
color: #20F2DD;
}
.AnyTagClassName
{
color: #20F2DD;
}
</style>
background-color css
<style>
a { background-color: #20F2DD; }
a { background-color: rgb(32,242,221); }
div.DivClassName
{
background-color: #20F2DD;
}
.BgClassName
{
background-color: #20F2DD;
}
</style>
border-color css
<style>
span { border-color: #20F2DD; }
span { border-color: rgb(32,242,221); }
td.TdClassName
{
border-color: #20F2DD;
}
.TagClassName
{
border-color: #20F2DD;
}
</style>