Shades of Turquoise #2BE9C9
Tints of Turquoise #2BE9C9
RGB
CMYK
RGB Variations
Color information
#2BE9C9 (or 0x2BE9C9) is known color: Turquoise. HEX triplet: 2B, E9 and C9. RGB value is (43,233,201). Sum of RGB (Red+Green+Blue) = 43+233+201=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE9C9 is #D41636. Grayscale: #ACACAC. Windows color (decimal): -13899319 or 13232427. OLE color: 13232427.
HSL color Cylindrical-coordinate representation of color #2BE9C9: hue angle of 169.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE9C9 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 201 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.09 |
| HSL | 169.89º | 0.81% | 0.54% | - |
| HSV(B) | 169.89º | 0.82% | 0.91% | - |
| XYZ | 40.68 | 63.01 | 65.28 | - |
| YUV | 172.54 | 144.05 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 201 | 0.82 | 0 | 0.14 | 0.09 | 169.89 | 0.81 | 0.54 |
| Hex | 2B | E9 | C9 | 52 | 0 | E | 9 | AA | 51 | 36 |
| Octal | 53 | 351 | 311 | 122 | 0 | 16 | 11 | 252 | 121 | 66 |
| Binary | 101011 | 11101001 | 11001001 | 1010010 | 0 | 1110 | 1001 | 10101010 | 1010001 | 110110 |
Color Harmonies of #2BE9C9
Complementary color
Monochromatic Colors of #2BE9C9
Black with #2BE9C9
Text Example
Text Example
White with #2BE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE9C9; }
p { color: rgb(43,233,201); }
H1.HeaderClassName
{
color: #2BE9C9;
}
.AnyTagClassName
{
color: #2BE9C9;
}
</style>
background-color css
<style>
a { background-color: #2BE9C9; }
a { background-color: rgb(43,233,201); }
div.DivClassName
{
background-color: #2BE9C9;
}
.BgClassName
{
background-color: #2BE9C9;
}
</style>
border-color css
<style>
span { border-color: #2BE9C9; }
span { border-color: rgb(43,233,201); }
td.TdClassName
{
border-color: #2BE9C9;
}
.TagClassName
{
border-color: #2BE9C9;
}
</style>