Shades of Turquoise #2BEBBC
Tints of Turquoise #2BEBBC
RGB
CMYK
RGB Variations
Color information
#2BEBBC (or 0x2BEBBC) is known color: Turquoise. HEX triplet: 2B, EB and BC. RGB value is (43,235,188). Sum of RGB (Red+Green+Blue) = 43+235+188=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBBC is #D41443. Grayscale: #ACACAC. Windows color (decimal): -13898820 or 12380971. OLE color: 12380971.
HSL color Cylindrical-coordinate representation of color #2BEBBC: hue angle of 165.31º 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 #2BEBBC is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 188 | - |
| CMYK | 0.82 | 0 | 0.2 | 0.08 |
| HSL | 165.31º | 0.83% | 0.55% | - |
| HSV(B) | 165.31º | 0.82% | 0.92% | - |
| XYZ | 39.78 | 63.56 | 57.75 | - |
| YUV | 172.23 | 136.89 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 188 | 0.82 | 0 | 0.2 | 0.08 | 165.31 | 0.83 | 0.55 |
| Hex | 2B | EB | BC | 52 | 0 | 14 | 8 | A5 | 53 | 37 |
| Octal | 53 | 353 | 274 | 122 | 0 | 24 | 10 | 245 | 123 | 67 |
| Binary | 101011 | 11101011 | 10111100 | 1010010 | 0 | 10100 | 1000 | 10100101 | 1010011 | 110111 |
Color Harmonies of #2BEBBC
Complementary color
Monochromatic Colors of #2BEBBC
Black with #2BEBBC
Text Example
Text Example
White with #2BEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBBC; }
p { color: rgb(43,235,188); }
H1.HeaderClassName
{
color: #2BEBBC;
}
.AnyTagClassName
{
color: #2BEBBC;
}
</style>
background-color css
<style>
a { background-color: #2BEBBC; }
a { background-color: rgb(43,235,188); }
div.DivClassName
{
background-color: #2BEBBC;
}
.BgClassName
{
background-color: #2BEBBC;
}
</style>
border-color css
<style>
span { border-color: #2BEBBC; }
span { border-color: rgb(43,235,188); }
td.TdClassName
{
border-color: #2BEBBC;
}
.TagClassName
{
border-color: #2BEBBC;
}
</style>