Shades of Bright Turquoise #20DFEC
Tints of Bright Turquoise #20DFEC
RGB
CMYK
RGB Variations
Color information
#20DFEC (or 0x20DFEC) is known color: Bright Turquoise. HEX triplet: 20, DF and EC. RGB value is (32,223,236). Sum of RGB (Red+Green+Blue) = 32+223+236=491 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.52% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #20DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DFEC is #DF2013. Grayscale: #A7A7A7. Windows color (decimal): -14622740 or 15523616. OLE color: 15523616.
HSL color Cylindrical-coordinate representation of color #20DFEC: hue angle of 183.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DFEC is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 223 | 236 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.07 |
| HSL | 183.82º | 0.84% | 0.53% | - |
| HSV(B) | 183.82º | 0.86% | 0.93% | - |
| XYZ | 42.12 | 59.14 | 88.55 | - |
| YUV | 167.37 | 166.72 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 236 | 0.86 | 0.06 | 0 | 0.07 | 183.82 | 0.84 | 0.53 |
| Hex | 20 | DF | EC | 56 | 6 | 0 | 7 | B8 | 54 | 35 |
| Octal | 40 | 337 | 354 | 126 | 6 | 0 | 7 | 270 | 124 | 65 |
| Binary | 100000 | 11011111 | 11101100 | 1010110 | 110 | 0 | 111 | 10111000 | 1010100 | 110101 |
Color Harmonies of #20DFEC
Complementary color
Monochromatic Colors of #20DFEC
Black with #20DFEC
Text Example
Text Example
White with #20DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFEC; }
p { color: rgb(32,223,236); }
H1.HeaderClassName
{
color: #20DFEC;
}
.AnyTagClassName
{
color: #20DFEC;
}
</style>
background-color css
<style>
a { background-color: #20DFEC; }
a { background-color: rgb(32,223,236); }
div.DivClassName
{
background-color: #20DFEC;
}
.BgClassName
{
background-color: #20DFEC;
}
</style>
border-color css
<style>
span { border-color: #20DFEC; }
span { border-color: rgb(32,223,236); }
td.TdClassName
{
border-color: #20DFEC;
}
.TagClassName
{
border-color: #20DFEC;
}
</style>