Shades of Turquoise #2BEABD
Tints of Turquoise #2BEABD
RGB
CMYK
RGB Variations
Color information
#2BEABD (or 0x2BEABD) is known color: Turquoise. HEX triplet: 2B, EA and BD. RGB value is (43,234,189). Sum of RGB (Red+Green+Blue) = 43+234+189=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEABD is #D41542. Grayscale: #ABABAB. Windows color (decimal): -13899075 or 12446251. OLE color: 12446251.
HSL color Cylindrical-coordinate representation of color #2BEABD: hue angle of 165.86º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEABD is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 189 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.08 |
| HSL | 165.86º | 0.82% | 0.54% | - |
| HSV(B) | 165.86º | 0.82% | 0.92% | - |
| XYZ | 39.6 | 63.03 | 58.22 | - |
| YUV | 171.76 | 137.72 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 189 | 0.82 | 0 | 0.19 | 0.08 | 165.86 | 0.82 | 0.54 |
| Hex | 2B | EA | BD | 52 | 0 | 13 | 8 | A6 | 52 | 36 |
| Octal | 53 | 352 | 275 | 122 | 0 | 23 | 10 | 246 | 122 | 66 |
| Binary | 101011 | 11101010 | 10111101 | 1010010 | 0 | 10011 | 1000 | 10100110 | 1010010 | 110110 |
Color Harmonies of #2BEABD
Complementary color
Monochromatic Colors of #2BEABD
Black with #2BEABD
Text Example
Text Example
White with #2BEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEABD; }
p { color: rgb(43,234,189); }
H1.HeaderClassName
{
color: #2BEABD;
}
.AnyTagClassName
{
color: #2BEABD;
}
</style>
background-color css
<style>
a { background-color: #2BEABD; }
a { background-color: rgb(43,234,189); }
div.DivClassName
{
background-color: #2BEABD;
}
.BgClassName
{
background-color: #2BEABD;
}
</style>
border-color css
<style>
span { border-color: #2BEABD; }
span { border-color: rgb(43,234,189); }
td.TdClassName
{
border-color: #2BEABD;
}
.TagClassName
{
border-color: #2BEABD;
}
</style>