Shades of Turquoise #2BE3E9
Tints of Turquoise #2BE3E9
RGB
CMYK
RGB Variations
Color information
#2BE3E9 (or 0x2BE3E9) is known color: Turquoise. HEX triplet: 2B, E3 and E9. RGB value is (43,227,233). Sum of RGB (Red+Green+Blue) = 43+227+233=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BE3E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE3E9 is #D41C16. Grayscale: #ACACAC. Windows color (decimal): -13900823 or 15328043. OLE color: 15328043.
HSL color Cylindrical-coordinate representation of color #2BE3E9: hue angle of 181.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 #2BE3E9 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 227 | 233 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.09 |
| HSL | 181.89º | 0.81% | 0.54% | - |
| HSV(B) | 181.89º | 0.82% | 0.91% | - |
| XYZ | 43.17 | 61.33 | 86.65 | - |
| YUV | 172.67 | 162.04 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 233 | 0.82 | 0.03 | 0 | 0.09 | 181.89 | 0.81 | 0.54 |
| Hex | 2B | E3 | E9 | 52 | 3 | 0 | 9 | B6 | 51 | 36 |
| Octal | 53 | 343 | 351 | 122 | 3 | 0 | 11 | 266 | 121 | 66 |
| Binary | 101011 | 11100011 | 11101001 | 1010010 | 11 | 0 | 1001 | 10110110 | 1010001 | 110110 |
Color Harmonies of #2BE3E9
Complementary color
Monochromatic Colors of #2BE3E9
Black with #2BE3E9
Text Example
Text Example
White with #2BE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE3E9; }
p { color: rgb(43,227,233); }
H1.HeaderClassName
{
color: #2BE3E9;
}
.AnyTagClassName
{
color: #2BE3E9;
}
</style>
background-color css
<style>
a { background-color: #2BE3E9; }
a { background-color: rgb(43,227,233); }
div.DivClassName
{
background-color: #2BE3E9;
}
.BgClassName
{
background-color: #2BE3E9;
}
</style>
border-color css
<style>
span { border-color: #2BE3E9; }
span { border-color: rgb(43,227,233); }
td.TdClassName
{
border-color: #2BE3E9;
}
.TagClassName
{
border-color: #2BE3E9;
}
</style>