Shades of Bright Turquoise #20D6DF
Tints of Bright Turquoise #20D6DF
RGB
CMYK
RGB Variations
Color information
#20D6DF (or 0x20D6DF) is known color: Bright Turquoise. HEX triplet: 20, D6 and DF. RGB value is (32,214,223). Sum of RGB (Red+Green+Blue) = 32+214+223=469 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.82% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #20D6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D6DF is #DF2920. Grayscale: #A0A0A0. Windows color (decimal): -14625057 or 14669344. OLE color: 14669344.
HSL color Cylindrical-coordinate representation of color #20D6DF: hue angle of 182.83º 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 #20D6DF is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 214 | 223 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.13 |
| HSL | 182.83º | 0.75% | 0.5% | - |
| HSV(B) | 182.83º | 0.86% | 0.87% | - |
| XYZ | 37.96 | 53.73 | 78.18 | - |
| YUV | 160.61 | 163.2 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 223 | 0.86 | 0.04 | 0 | 0.13 | 182.83 | 0.75 | 0.5 |
| Hex | 20 | D6 | DF | 56 | 4 | 0 | D | B7 | 4B | 32 |
| Octal | 40 | 326 | 337 | 126 | 4 | 0 | 15 | 267 | 113 | 62 |
| Binary | 100000 | 11010110 | 11011111 | 1010110 | 100 | 0 | 1101 | 10110111 | 1001011 | 110010 |
Color Harmonies of #20D6DF
Complementary color
Monochromatic Colors of #20D6DF
Black with #20D6DF
Text Example
Text Example
White with #20D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D6DF; }
p { color: rgb(32,214,223); }
H1.HeaderClassName
{
color: #20D6DF;
}
.AnyTagClassName
{
color: #20D6DF;
}
</style>
background-color css
<style>
a { background-color: #20D6DF; }
a { background-color: rgb(32,214,223); }
div.DivClassName
{
background-color: #20D6DF;
}
.BgClassName
{
background-color: #20D6DF;
}
</style>
border-color css
<style>
span { border-color: #20D6DF; }
span { border-color: rgb(32,214,223); }
td.TdClassName
{
border-color: #20D6DF;
}
.TagClassName
{
border-color: #20D6DF;
}
</style>