Shades of Turquoise #2BE1CE
Tints of Turquoise #2BE1CE
RGB
CMYK
RGB Variations
Color information
#2BE1CE (or 0x2BE1CE) is known color: Turquoise. HEX triplet: 2B, E1 and CE. RGB value is (43,225,206). Sum of RGB (Red+Green+Blue) = 43+225+206=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1CE is #D41E31. Grayscale: #A8A8A8. Windows color (decimal): -13901362 or 13558059. OLE color: 13558059.
HSL color Cylindrical-coordinate representation of color #2BE1CE: hue angle of 173.74º 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 #2BE1CE is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 206 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.12 |
| HSL | 173.74º | 0.75% | 0.53% | - |
| HSV(B) | 173.74º | 0.81% | 0.88% | - |
| XYZ | 39.06 | 58.82 | 67.69 | - |
| YUV | 168.42 | 149.2 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 206 | 0.81 | 0 | 0.08 | 0.12 | 173.74 | 0.75 | 0.53 |
| Hex | 2B | E1 | CE | 51 | 0 | 8 | C | AE | 4B | 35 |
| Octal | 53 | 341 | 316 | 121 | 0 | 10 | 14 | 256 | 113 | 65 |
| Binary | 101011 | 11100001 | 11001110 | 1010001 | 0 | 1000 | 1100 | 10101110 | 1001011 | 110101 |
Color Harmonies of #2BE1CE
Complementary color
Monochromatic Colors of #2BE1CE
Black with #2BE1CE
Text Example
Text Example
White with #2BE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE1CE; }
p { color: rgb(43,225,206); }
H1.HeaderClassName
{
color: #2BE1CE;
}
.AnyTagClassName
{
color: #2BE1CE;
}
</style>
background-color css
<style>
a { background-color: #2BE1CE; }
a { background-color: rgb(43,225,206); }
div.DivClassName
{
background-color: #2BE1CE;
}
.BgClassName
{
background-color: #2BE1CE;
}
</style>
border-color css
<style>
span { border-color: #2BE1CE; }
span { border-color: rgb(43,225,206); }
td.TdClassName
{
border-color: #2BE1CE;
}
.TagClassName
{
border-color: #2BE1CE;
}
</style>