Shades of Turquoise #2BE1DC
Tints of Turquoise #2BE1DC
RGB
CMYK
RGB Variations
Color information
#2BE1DC (or 0x2BE1DC) is known color: Turquoise. HEX triplet: 2B, E1 and DC. RGB value is (43,225,220). Sum of RGB (Red+Green+Blue) = 43+225+220=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1DC is #D41E23. Grayscale: #A9A9A9. Windows color (decimal): -13901348 or 14475563. OLE color: 14475563.
HSL color Cylindrical-coordinate representation of color #2BE1DC: hue angle of 178.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE1DC is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 220 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.12 |
| HSL | 178.35º | 0.75% | 0.53% | - |
| HSV(B) | 178.35º | 0.81% | 0.88% | - |
| XYZ | 40.84 | 59.53 | 77.05 | - |
| YUV | 170.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 220 | 0.81 | 0 | 0.02 | 0.12 | 178.35 | 0.75 | 0.53 |
| Hex | 2B | E1 | DC | 51 | 0 | 2 | C | B2 | 4B | 35 |
| Octal | 53 | 341 | 334 | 121 | 0 | 2 | 14 | 262 | 113 | 65 |
| Binary | 101011 | 11100001 | 11011100 | 1010001 | 0 | 10 | 1100 | 10110010 | 1001011 | 110101 |
Color Harmonies of #2BE1DC
Complementary color
Monochromatic Colors of #2BE1DC
Black with #2BE1DC
Text Example
Text Example
White with #2BE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE1DC; }
p { color: rgb(43,225,220); }
H1.HeaderClassName
{
color: #2BE1DC;
}
.AnyTagClassName
{
color: #2BE1DC;
}
</style>
background-color css
<style>
a { background-color: #2BE1DC; }
a { background-color: rgb(43,225,220); }
div.DivClassName
{
background-color: #2BE1DC;
}
.BgClassName
{
background-color: #2BE1DC;
}
</style>
border-color css
<style>
span { border-color: #2BE1DC; }
span { border-color: rgb(43,225,220); }
td.TdClassName
{
border-color: #2BE1DC;
}
.TagClassName
{
border-color: #2BE1DC;
}
</style>