Shades of Turquoise #2BEEBA
Tints of Turquoise #2BEEBA
RGB
CMYK
RGB Variations
Color information
#2BEEBA (or 0x2BEEBA) is known color: Turquoise. HEX triplet: 2B, EE and BA. RGB value is (43,238,186). Sum of RGB (Red+Green+Blue) = 43+238+186=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEBA is #D41145. Grayscale: #ADADAD. Windows color (decimal): -13898054 or 12250667. OLE color: 12250667.
HSL color Cylindrical-coordinate representation of color #2BEEBA: hue angle of 164º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEEBA is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 186 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.07 |
| HSL | 164º | 0.85% | 0.55% | - |
| HSV(B) | 164º | 0.82% | 0.93% | - |
| XYZ | 40.43 | 65.21 | 56.91 | - |
| YUV | 173.77 | 134.9 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 186 | 0.82 | 0 | 0.22 | 0.07 | 164 | 0.85 | 0.55 |
| Hex | 2B | EE | BA | 52 | 0 | 16 | 7 | A4 | 55 | 37 |
| Octal | 53 | 356 | 272 | 122 | 0 | 26 | 7 | 244 | 125 | 67 |
| Binary | 101011 | 11101110 | 10111010 | 1010010 | 0 | 10110 | 111 | 10100100 | 1010101 | 110111 |
Color Harmonies of #2BEEBA
Complementary color
Monochromatic Colors of #2BEEBA
Black with #2BEEBA
Text Example
Text Example
White with #2BEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEBA; }
p { color: rgb(43,238,186); }
H1.HeaderClassName
{
color: #2BEEBA;
}
.AnyTagClassName
{
color: #2BEEBA;
}
</style>
background-color css
<style>
a { background-color: #2BEEBA; }
a { background-color: rgb(43,238,186); }
div.DivClassName
{
background-color: #2BEEBA;
}
.BgClassName
{
background-color: #2BEEBA;
}
</style>
border-color css
<style>
span { border-color: #2BEEBA; }
span { border-color: rgb(43,238,186); }
td.TdClassName
{
border-color: #2BEEBA;
}
.TagClassName
{
border-color: #2BEEBA;
}
</style>