Shades of Turquoise #2BE1C9
Tints of Turquoise #2BE1C9
RGB
CMYK
RGB Variations
Color information
#2BE1C9 (or 0x2BE1C9) is known color: Turquoise. HEX triplet: 2B, E1 and C9. RGB value is (43,225,201). Sum of RGB (Red+Green+Blue) = 43+225+201=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1C9 is #D41E36. Grayscale: #A7A7A7. Windows color (decimal): -13901367 or 13230379. OLE color: 13230379.
HSL color Cylindrical-coordinate representation of color #2BE1C9: hue angle of 172.09º 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 #2BE1C9 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 201 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.12 |
| HSL | 172.09º | 0.75% | 0.53% | - |
| HSV(B) | 172.09º | 0.81% | 0.88% | - |
| XYZ | 38.46 | 58.58 | 64.54 | - |
| YUV | 167.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 201 | 0.81 | 0 | 0.11 | 0.12 | 172.09 | 0.75 | 0.53 |
| Hex | 2B | E1 | C9 | 51 | 0 | B | C | AC | 4B | 35 |
| Octal | 53 | 341 | 311 | 121 | 0 | 13 | 14 | 254 | 113 | 65 |
| Binary | 101011 | 11100001 | 11001001 | 1010001 | 0 | 1011 | 1100 | 10101100 | 1001011 | 110101 |
Color Harmonies of #2BE1C9
Complementary color
Monochromatic Colors of #2BE1C9
Black with #2BE1C9
Text Example
Text Example
White with #2BE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE1C9; }
p { color: rgb(43,225,201); }
H1.HeaderClassName
{
color: #2BE1C9;
}
.AnyTagClassName
{
color: #2BE1C9;
}
</style>
background-color css
<style>
a { background-color: #2BE1C9; }
a { background-color: rgb(43,225,201); }
div.DivClassName
{
background-color: #2BE1C9;
}
.BgClassName
{
background-color: #2BE1C9;
}
</style>
border-color css
<style>
span { border-color: #2BE1C9; }
span { border-color: rgb(43,225,201); }
td.TdClassName
{
border-color: #2BE1C9;
}
.TagClassName
{
border-color: #2BE1C9;
}
</style>