Shades of Turquoise #2BEBB5
Tints of Turquoise #2BEBB5
RGB
CMYK
RGB Variations
Color information
#2BEBB5 (or 0x2BEBB5) is known color: Turquoise. HEX triplet: 2B, EB and B5. RGB value is (43,235,181). Sum of RGB (Red+Green+Blue) = 43+235+181=459 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.37% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBB5 is #D4144A. Grayscale: #ABABAB. Windows color (decimal): -13898827 or 11922219. OLE color: 11922219.
HSL color Cylindrical-coordinate representation of color #2BEBB5: hue angle of 163.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBB5 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 181 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.08 |
| HSL | 163.13º | 0.83% | 0.55% | - |
| HSV(B) | 163.13º | 0.82% | 0.92% | - |
| XYZ | 39.05 | 63.27 | 53.87 | - |
| YUV | 171.44 | 133.39 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 181 | 0.82 | 0 | 0.23 | 0.08 | 163.13 | 0.83 | 0.55 |
| Hex | 2B | EB | B5 | 52 | 0 | 17 | 8 | A3 | 53 | 37 |
| Octal | 53 | 353 | 265 | 122 | 0 | 27 | 10 | 243 | 123 | 67 |
| Binary | 101011 | 11101011 | 10110101 | 1010010 | 0 | 10111 | 1000 | 10100011 | 1010011 | 110111 |
Color Harmonies of #2BEBB5
Complementary color
Monochromatic Colors of #2BEBB5
Black with #2BEBB5
Text Example
Text Example
White with #2BEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBB5; }
p { color: rgb(43,235,181); }
H1.HeaderClassName
{
color: #2BEBB5;
}
.AnyTagClassName
{
color: #2BEBB5;
}
</style>
background-color css
<style>
a { background-color: #2BEBB5; }
a { background-color: rgb(43,235,181); }
div.DivClassName
{
background-color: #2BEBB5;
}
.BgClassName
{
background-color: #2BEBB5;
}
</style>
border-color css
<style>
span { border-color: #2BEBB5; }
span { border-color: rgb(43,235,181); }
td.TdClassName
{
border-color: #2BEBB5;
}
.TagClassName
{
border-color: #2BEBB5;
}
</style>