Shades of Bright Turquoise #20DEDF
Tints of Bright Turquoise #20DEDF
RGB
CMYK
RGB Variations
Color information
#20DEDF (or 0x20DEDF) is known color: Bright Turquoise. HEX triplet: 20, DE and DF. RGB value is (32,222,223). Sum of RGB (Red+Green+Blue) = 32+222+223=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #20DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DEDF is #DF2120. Grayscale: #A5A5A5. Windows color (decimal): -14623009 or 14671392. OLE color: 14671392.
HSL color Cylindrical-coordinate representation of color #20DEDF: hue angle of 180.31º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DEDF is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 223 | - |
| CMYK | 0.86 | 0.00 | 0 | 0.13 |
| HSL | 180.31º | 0.75% | 0.5% | - |
| HSV(B) | 180.31º | 0.86% | 0.87% | - |
| XYZ | 40.04 | 57.88 | 78.87 | - |
| YUV | 165.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 223 | 0.86 | 0.00 | 0 | 0.13 | 180.31 | 0.75 | 0.5 |
| Hex | 20 | DE | DF | 56 | 0 | 0 | D | B4 | 4B | 32 |
| Octal | 40 | 336 | 337 | 126 | 0 | 0 | 15 | 264 | 113 | 62 |
| Binary | 100000 | 11011110 | 11011111 | 1010110 | 0 | 0 | 1101 | 10110100 | 1001011 | 110010 |
Color Harmonies of #20DEDF
Complementary color
Monochromatic Colors of #20DEDF
Black with #20DEDF
Text Example
Text Example
White with #20DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DEDF; }
p { color: rgb(32,222,223); }
H1.HeaderClassName
{
color: #20DEDF;
}
.AnyTagClassName
{
color: #20DEDF;
}
</style>
background-color css
<style>
a { background-color: #20DEDF; }
a { background-color: rgb(32,222,223); }
div.DivClassName
{
background-color: #20DEDF;
}
.BgClassName
{
background-color: #20DEDF;
}
</style>
border-color css
<style>
span { border-color: #20DEDF; }
span { border-color: rgb(32,222,223); }
td.TdClassName
{
border-color: #20DEDF;
}
.TagClassName
{
border-color: #20DEDF;
}
</style>