Shades of Turquoise #2BE0B5
Tints of Turquoise #2BE0B5
RGB
CMYK
RGB Variations
Color information
#2BE0B5 (or 0x2BE0B5) is known color: Turquoise. HEX triplet: 2B, E0 and B5. RGB value is (43,224,181). Sum of RGB (Red+Green+Blue) = 43+224+181=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE0B5 is #D41F4A. Grayscale: #A4A4A4. Windows color (decimal): -13901643 or 11919403. OLE color: 11919403.
HSL color Cylindrical-coordinate representation of color #2BE0B5: hue angle of 165.75º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE0B5 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 181 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.12 |
| HSL | 165.75º | 0.74% | 0.52% | - |
| HSV(B) | 165.75º | 0.81% | 0.88% | - |
| XYZ | 35.99 | 57.16 | 52.85 | - |
| YUV | 164.98 | 137.03 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 181 | 0.81 | 0 | 0.19 | 0.12 | 165.75 | 0.74 | 0.52 |
| Hex | 2B | E0 | B5 | 51 | 0 | 13 | C | A6 | 4A | 34 |
| Octal | 53 | 340 | 265 | 121 | 0 | 23 | 14 | 246 | 112 | 64 |
| Binary | 101011 | 11100000 | 10110101 | 1010001 | 0 | 10011 | 1100 | 10100110 | 1001010 | 110100 |
Color Harmonies of #2BE0B5
Complementary color
Monochromatic Colors of #2BE0B5
Black with #2BE0B5
Text Example
Text Example
White with #2BE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE0B5; }
p { color: rgb(43,224,181); }
H1.HeaderClassName
{
color: #2BE0B5;
}
.AnyTagClassName
{
color: #2BE0B5;
}
</style>
background-color css
<style>
a { background-color: #2BE0B5; }
a { background-color: rgb(43,224,181); }
div.DivClassName
{
background-color: #2BE0B5;
}
.BgClassName
{
background-color: #2BE0B5;
}
</style>
border-color css
<style>
span { border-color: #2BE0B5; }
span { border-color: rgb(43,224,181); }
td.TdClassName
{
border-color: #2BE0B5;
}
.TagClassName
{
border-color: #2BE0B5;
}
</style>