Shades of Turquoise #2BEBC9
Tints of Turquoise #2BEBC9
RGB
CMYK
RGB Variations
Color information
#2BEBC9 (or 0x2BEBC9) is known color: Turquoise. HEX triplet: 2B, EB and C9. RGB value is (43,235,201). Sum of RGB (Red+Green+Blue) = 43+235+201=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBC9 is #D41436. Grayscale: #ADADAD. Windows color (decimal): -13898807 or 13232939. OLE color: 13232939.
HSL color Cylindrical-coordinate representation of color #2BEBC9: hue angle of 169.38º 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 #2BEBC9 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 201 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.08 |
| HSL | 169.38º | 0.83% | 0.55% | - |
| HSV(B) | 169.38º | 0.82% | 0.92% | - |
| XYZ | 41.25 | 64.15 | 65.47 | - |
| YUV | 173.72 | 143.39 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 201 | 0.82 | 0 | 0.14 | 0.08 | 169.38 | 0.83 | 0.55 |
| Hex | 2B | EB | C9 | 52 | 0 | E | 8 | A9 | 53 | 37 |
| Octal | 53 | 353 | 311 | 122 | 0 | 16 | 10 | 251 | 123 | 67 |
| Binary | 101011 | 11101011 | 11001001 | 1010010 | 0 | 1110 | 1000 | 10101001 | 1010011 | 110111 |
Color Harmonies of #2BEBC9
Complementary color
Monochromatic Colors of #2BEBC9
Black with #2BEBC9
Text Example
Text Example
White with #2BEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBC9; }
p { color: rgb(43,235,201); }
H1.HeaderClassName
{
color: #2BEBC9;
}
.AnyTagClassName
{
color: #2BEBC9;
}
</style>
background-color css
<style>
a { background-color: #2BEBC9; }
a { background-color: rgb(43,235,201); }
div.DivClassName
{
background-color: #2BEBC9;
}
.BgClassName
{
background-color: #2BEBC9;
}
</style>
border-color css
<style>
span { border-color: #2BEBC9; }
span { border-color: rgb(43,235,201); }
td.TdClassName
{
border-color: #2BEBC9;
}
.TagClassName
{
border-color: #2BEBC9;
}
</style>