Shades of Bright Turquoise #20DCEA
Tints of Bright Turquoise #20DCEA
RGB
CMYK
RGB Variations
Color information
#20DCEA (or 0x20DCEA) is known color: Bright Turquoise. HEX triplet: 20, DC and EA. RGB value is (32,220,234). Sum of RGB (Red+Green+Blue) = 32+220+234=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #20DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DCEA is #DF2315. Grayscale: #A5A5A5. Windows color (decimal): -14623510 or 15391776. OLE color: 15391776.
HSL color Cylindrical-coordinate representation of color #20DCEA: hue angle of 184.16º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DCEA is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 220 | 234 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.08 |
| HSL | 184.16º | 0.83% | 0.52% | - |
| HSV(B) | 184.16º | 0.86% | 0.92% | - |
| XYZ | 41.04 | 57.43 | 86.76 | - |
| YUV | 165.38 | 166.72 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 234 | 0.86 | 0.06 | 0 | 0.08 | 184.16 | 0.83 | 0.52 |
| Hex | 20 | DC | EA | 56 | 6 | 0 | 8 | B8 | 53 | 34 |
| Octal | 40 | 334 | 352 | 126 | 6 | 0 | 10 | 270 | 123 | 64 |
| Binary | 100000 | 11011100 | 11101010 | 1010110 | 110 | 0 | 1000 | 10111000 | 1010011 | 110100 |
Color Harmonies of #20DCEA
Complementary color
Monochromatic Colors of #20DCEA
Black with #20DCEA
Text Example
Text Example
White with #20DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCEA; }
p { color: rgb(32,220,234); }
H1.HeaderClassName
{
color: #20DCEA;
}
.AnyTagClassName
{
color: #20DCEA;
}
</style>
background-color css
<style>
a { background-color: #20DCEA; }
a { background-color: rgb(32,220,234); }
div.DivClassName
{
background-color: #20DCEA;
}
.BgClassName
{
background-color: #20DCEA;
}
</style>
border-color css
<style>
span { border-color: #20DCEA; }
span { border-color: rgb(32,220,234); }
td.TdClassName
{
border-color: #20DCEA;
}
.TagClassName
{
border-color: #20DCEA;
}
</style>