Shades of Bright Turquoise #20EBD3
Tints of Bright Turquoise #20EBD3
RGB
CMYK
RGB Variations
Color information
#20EBD3 (or 0x20EBD3) is known color: Bright Turquoise. HEX triplet: 20, EB and D3. RGB value is (32,235,211). Sum of RGB (Red+Green+Blue) = 32+235+211=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #20EBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EBD3 is #DF142C. Grayscale: #ABABAB. Windows color (decimal): -14619693 or 13888288. OLE color: 13888288.
HSL color Cylindrical-coordinate representation of color #20EBD3: hue angle of 172.91º degrees, saturation: 0.84, 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 #20EBD3 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 211 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.08 |
| HSL | 172.91º | 0.84% | 0.52% | - |
| HSV(B) | 172.91º | 0.86% | 0.92% | - |
| XYZ | 42.06 | 64.43 | 71.85 | - |
| YUV | 171.57 | 150.25 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 211 | 0.86 | 0 | 0.10 | 0.08 | 172.91 | 0.84 | 0.52 |
| Hex | 20 | EB | D3 | 56 | 0 | A | 8 | AD | 54 | 34 |
| Octal | 40 | 353 | 323 | 126 | 0 | 12 | 10 | 255 | 124 | 64 |
| Binary | 100000 | 11101011 | 11010011 | 1010110 | 0 | 1010 | 1000 | 10101101 | 1010100 | 110100 |
Color Harmonies of #20EBD3
Complementary color
Monochromatic Colors of #20EBD3
Black with #20EBD3
Text Example
Text Example
White with #20EBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EBD3; }
p { color: rgb(32,235,211); }
H1.HeaderClassName
{
color: #20EBD3;
}
.AnyTagClassName
{
color: #20EBD3;
}
</style>
background-color css
<style>
a { background-color: #20EBD3; }
a { background-color: rgb(32,235,211); }
div.DivClassName
{
background-color: #20EBD3;
}
.BgClassName
{
background-color: #20EBD3;
}
</style>
border-color css
<style>
span { border-color: #20EBD3; }
span { border-color: rgb(32,235,211); }
td.TdClassName
{
border-color: #20EBD3;
}
.TagClassName
{
border-color: #20EBD3;
}
</style>