Shades of Bright Turquoise #20EFDC
Tints of Bright Turquoise #20EFDC
RGB
CMYK
RGB Variations
Color information
#20EFDC (or 0x20EFDC) is known color: Bright Turquoise. HEX triplet: 20, EF and DC. RGB value is (32,239,220). Sum of RGB (Red+Green+Blue) = 32+239+220=491 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.52% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFDC is #DF1023. Grayscale: #AEAEAE. Windows color (decimal): -14618660 or 14479136. OLE color: 14479136.
HSL color Cylindrical-coordinate representation of color #20EFDC: hue angle of 174.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFDC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 220 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.06 |
| HSL | 174.49º | 0.87% | 0.53% | - |
| HSV(B) | 174.49º | 0.87% | 0.94% | - |
| XYZ | 44.38 | 67.21 | 78.34 | - |
| YUV | 174.94 | 153.42 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 220 | 0.87 | 0 | 0.08 | 0.06 | 174.49 | 0.87 | 0.53 |
| Hex | 20 | EF | DC | 57 | 0 | 8 | 6 | AE | 57 | 35 |
| Octal | 40 | 357 | 334 | 127 | 0 | 10 | 6 | 256 | 127 | 65 |
| Binary | 100000 | 11101111 | 11011100 | 1010111 | 0 | 1000 | 110 | 10101110 | 1010111 | 110101 |
Color Harmonies of #20EFDC
Complementary color
Monochromatic Colors of #20EFDC
Black with #20EFDC
Text Example
Text Example
White with #20EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EFDC; }
p { color: rgb(32,239,220); }
H1.HeaderClassName
{
color: #20EFDC;
}
.AnyTagClassName
{
color: #20EFDC;
}
</style>
background-color css
<style>
a { background-color: #20EFDC; }
a { background-color: rgb(32,239,220); }
div.DivClassName
{
background-color: #20EFDC;
}
.BgClassName
{
background-color: #20EFDC;
}
</style>
border-color css
<style>
span { border-color: #20EFDC; }
span { border-color: rgb(32,239,220); }
td.TdClassName
{
border-color: #20EFDC;
}
.TagClassName
{
border-color: #20EFDC;
}
</style>