Shades of Turquoise #2BE7E5
Tints of Turquoise #2BE7E5
RGB
CMYK
RGB Variations
Color information
#2BE7E5 (or 0x2BE7E5) is known color: Turquoise. HEX triplet: 2B, E7 and E5. RGB value is (43,231,229). Sum of RGB (Red+Green+Blue) = 43+231+229=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE7E5 is #D4181A. Grayscale: #AEAEAE. Windows color (decimal): -13899803 or 15066923. OLE color: 15066923.
HSL color Cylindrical-coordinate representation of color #2BE7E5: hue angle of 179.36º 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 #2BE7E5 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 229 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.09 |
| HSL | 179.36º | 0.8% | 0.54% | - |
| HSV(B) | 179.36º | 0.81% | 0.91% | - |
| XYZ | 43.72 | 63.32 | 84.05 | - |
| YUV | 174.56 | 158.72 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 229 | 0.81 | 0 | 0.01 | 0.09 | 179.36 | 0.8 | 0.54 |
| Hex | 2B | E7 | E5 | 51 | 0 | 1 | 9 | B3 | 50 | 36 |
| Octal | 53 | 347 | 345 | 121 | 0 | 1 | 11 | 263 | 120 | 66 |
| Binary | 101011 | 11100111 | 11100101 | 1010001 | 0 | 1 | 1001 | 10110011 | 1010000 | 110110 |
Color Harmonies of #2BE7E5
Complementary color
Monochromatic Colors of #2BE7E5
Black with #2BE7E5
Text Example
Text Example
White with #2BE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE7E5; }
p { color: rgb(43,231,229); }
H1.HeaderClassName
{
color: #2BE7E5;
}
.AnyTagClassName
{
color: #2BE7E5;
}
</style>
background-color css
<style>
a { background-color: #2BE7E5; }
a { background-color: rgb(43,231,229); }
div.DivClassName
{
background-color: #2BE7E5;
}
.BgClassName
{
background-color: #2BE7E5;
}
</style>
border-color css
<style>
span { border-color: #2BE7E5; }
span { border-color: rgb(43,231,229); }
td.TdClassName
{
border-color: #2BE7E5;
}
.TagClassName
{
border-color: #2BE7E5;
}
</style>