Shades of Bright Turquoise #20D4DA
Tints of Bright Turquoise #20D4DA
RGB
CMYK
RGB Variations
Color information
#20D4DA (or 0x20D4DA) is known color: Bright Turquoise. HEX triplet: 20, D4 and DA. RGB value is (32,212,218). Sum of RGB (Red+Green+Blue) = 32+212+218=462 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.93% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #20D4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D4DA is #DF2B25. Grayscale: #9E9E9E. Windows color (decimal): -14625574 or 14341152. OLE color: 14341152.
HSL color Cylindrical-coordinate representation of color #20D4DA: hue angle of 181.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D4DA is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 212 | 218 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.15 |
| HSL | 181.94º | 0.74% | 0.49% | - |
| HSV(B) | 181.94º | 0.85% | 0.85% | - |
| XYZ | 36.79 | 52.46 | 74.52 | - |
| YUV | 158.86 | 161.37 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 218 | 0.85 | 0.03 | 0 | 0.15 | 181.94 | 0.74 | 0.49 |
| Hex | 20 | D4 | DA | 55 | 3 | 0 | F | B6 | 4A | 31 |
| Octal | 40 | 324 | 332 | 125 | 3 | 0 | 17 | 266 | 112 | 61 |
| Binary | 100000 | 11010100 | 11011010 | 1010101 | 11 | 0 | 1111 | 10110110 | 1001010 | 110001 |
Color Harmonies of #20D4DA
Complementary color
Monochromatic Colors of #20D4DA
Black with #20D4DA
Text Example
Text Example
White with #20D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D4DA; }
p { color: rgb(32,212,218); }
H1.HeaderClassName
{
color: #20D4DA;
}
.AnyTagClassName
{
color: #20D4DA;
}
</style>
background-color css
<style>
a { background-color: #20D4DA; }
a { background-color: rgb(32,212,218); }
div.DivClassName
{
background-color: #20D4DA;
}
.BgClassName
{
background-color: #20D4DA;
}
</style>
border-color css
<style>
span { border-color: #20D4DA; }
span { border-color: rgb(32,212,218); }
td.TdClassName
{
border-color: #20D4DA;
}
.TagClassName
{
border-color: #20D4DA;
}
</style>