Shades of Turquoise #2BEBC5
Tints of Turquoise #2BEBC5
RGB
CMYK
RGB Variations
Color information
#2BEBC5 (or 0x2BEBC5) is known color: Turquoise. HEX triplet: 2B, EB and C5. RGB value is (43,235,197). Sum of RGB (Red+Green+Blue) = 43+235+197=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBC5 is #D4143A. Grayscale: #ADADAD. Windows color (decimal): -13898811 or 12970795. OLE color: 12970795.
HSL color Cylindrical-coordinate representation of color #2BEBC5: hue angle of 168.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 #2BEBC5 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 197 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.08 |
| HSL | 168.13º | 0.83% | 0.55% | - |
| HSV(B) | 168.13º | 0.82% | 0.92% | - |
| XYZ | 40.78 | 63.96 | 63.02 | - |
| YUV | 173.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 197 | 0.82 | 0 | 0.16 | 0.08 | 168.13 | 0.83 | 0.55 |
| Hex | 2B | EB | C5 | 52 | 0 | 10 | 8 | A8 | 53 | 37 |
| Octal | 53 | 353 | 305 | 122 | 0 | 20 | 10 | 250 | 123 | 67 |
| Binary | 101011 | 11101011 | 11000101 | 1010010 | 0 | 10000 | 1000 | 10101000 | 1010011 | 110111 |
Color Harmonies of #2BEBC5
Complementary color
Monochromatic Colors of #2BEBC5
Black with #2BEBC5
Text Example
Text Example
White with #2BEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBC5; }
p { color: rgb(43,235,197); }
H1.HeaderClassName
{
color: #2BEBC5;
}
.AnyTagClassName
{
color: #2BEBC5;
}
</style>
background-color css
<style>
a { background-color: #2BEBC5; }
a { background-color: rgb(43,235,197); }
div.DivClassName
{
background-color: #2BEBC5;
}
.BgClassName
{
background-color: #2BEBC5;
}
</style>
border-color css
<style>
span { border-color: #2BEBC5; }
span { border-color: rgb(43,235,197); }
td.TdClassName
{
border-color: #2BEBC5;
}
.TagClassName
{
border-color: #2BEBC5;
}
</style>