Shades of Turquoise #2BE8CE
Tints of Turquoise #2BE8CE
RGB
CMYK
RGB Variations
Color information
#2BE8CE (or 0x2BE8CE) is known color: Turquoise. HEX triplet: 2B, E8 and CE. RGB value is (43,232,206). Sum of RGB (Red+Green+Blue) = 43+232+206=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE8CE is #D41731. Grayscale: #ACACAC. Windows color (decimal): -13899570 or 13559851. OLE color: 13559851.
HSL color Cylindrical-coordinate representation of color #2BE8CE: hue angle of 171.75º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE8CE is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 206 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.09 |
| HSL | 171.75º | 0.8% | 0.54% | - |
| HSV(B) | 171.75º | 0.81% | 0.91% | - |
| XYZ | 40.99 | 62.68 | 68.33 | - |
| YUV | 172.53 | 146.88 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 206 | 0.81 | 0 | 0.11 | 0.09 | 171.75 | 0.8 | 0.54 |
| Hex | 2B | E8 | CE | 51 | 0 | B | 9 | AC | 50 | 36 |
| Octal | 53 | 350 | 316 | 121 | 0 | 13 | 11 | 254 | 120 | 66 |
| Binary | 101011 | 11101000 | 11001110 | 1010001 | 0 | 1011 | 1001 | 10101100 | 1010000 | 110110 |
Color Harmonies of #2BE8CE
Complementary color
Monochromatic Colors of #2BE8CE
Black with #2BE8CE
Text Example
Text Example
White with #2BE8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE8CE; }
p { color: rgb(43,232,206); }
H1.HeaderClassName
{
color: #2BE8CE;
}
.AnyTagClassName
{
color: #2BE8CE;
}
</style>
background-color css
<style>
a { background-color: #2BE8CE; }
a { background-color: rgb(43,232,206); }
div.DivClassName
{
background-color: #2BE8CE;
}
.BgClassName
{
background-color: #2BE8CE;
}
</style>
border-color css
<style>
span { border-color: #2BE8CE; }
span { border-color: rgb(43,232,206); }
td.TdClassName
{
border-color: #2BE8CE;
}
.TagClassName
{
border-color: #2BE8CE;
}
</style>