Shades of Turquoise #2BE7E2
Tints of Turquoise #2BE7E2
RGB
CMYK
RGB Variations
Color information
#2BE7E2 (or 0x2BE7E2) is known color: Turquoise. HEX triplet: 2B, E7 and E2. RGB value is (43,231,226). Sum of RGB (Red+Green+Blue) = 43+231+226=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE7E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE7E2 is #D4181D. Grayscale: #AEAEAE. Windows color (decimal): -13899806 or 14870315. OLE color: 14870315.
HSL color Cylindrical-coordinate representation of color #2BE7E2: hue angle of 178.4º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE7E2 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 226 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.09 |
| HSL | 178.4º | 0.8% | 0.54% | - |
| HSV(B) | 178.4º | 0.81% | 0.91% | - |
| XYZ | 43.3 | 63.16 | 81.86 | - |
| YUV | 174.22 | 157.22 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 226 | 0.81 | 0 | 0.02 | 0.09 | 178.4 | 0.8 | 0.54 |
| Hex | 2B | E7 | E2 | 51 | 0 | 2 | 9 | B2 | 50 | 36 |
| Octal | 53 | 347 | 342 | 121 | 0 | 2 | 11 | 262 | 120 | 66 |
| Binary | 101011 | 11100111 | 11100010 | 1010001 | 0 | 10 | 1001 | 10110010 | 1010000 | 110110 |
Color Harmonies of #2BE7E2
Complementary color
Monochromatic Colors of #2BE7E2
Black with #2BE7E2
Text Example
Text Example
White with #2BE7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE7E2; }
p { color: rgb(43,231,226); }
H1.HeaderClassName
{
color: #2BE7E2;
}
.AnyTagClassName
{
color: #2BE7E2;
}
</style>
background-color css
<style>
a { background-color: #2BE7E2; }
a { background-color: rgb(43,231,226); }
div.DivClassName
{
background-color: #2BE7E2;
}
.BgClassName
{
background-color: #2BE7E2;
}
</style>
border-color css
<style>
span { border-color: #2BE7E2; }
span { border-color: rgb(43,231,226); }
td.TdClassName
{
border-color: #2BE7E2;
}
.TagClassName
{
border-color: #2BE7E2;
}
</style>