Shades of Turquoise #2BE2CC
Tints of Turquoise #2BE2CC
RGB
CMYK
RGB Variations
Color information
#2BE2CC (or 0x2BE2CC) is known color: Turquoise. HEX triplet: 2B, E2 and CC. RGB value is (43,226,204). Sum of RGB (Red+Green+Blue) = 43+226+204=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE2CC is #D41D33. Grayscale: #A8A8A8. Windows color (decimal): -13901108 or 13427243. OLE color: 13427243.
HSL color Cylindrical-coordinate representation of color #2BE2CC: hue angle of 172.79º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE2CC is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 204 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.11 |
| HSL | 172.79º | 0.76% | 0.53% | - |
| HSV(B) | 172.79º | 0.81% | 0.89% | - |
| XYZ | 39.09 | 59.27 | 66.51 | - |
| YUV | 168.78 | 147.87 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 204 | 0.81 | 0 | 0.10 | 0.11 | 172.79 | 0.76 | 0.53 |
| Hex | 2B | E2 | CC | 51 | 0 | A | B | AD | 4C | 35 |
| Octal | 53 | 342 | 314 | 121 | 0 | 12 | 13 | 255 | 114 | 65 |
| Binary | 101011 | 11100010 | 11001100 | 1010001 | 0 | 1010 | 1011 | 10101101 | 1001100 | 110101 |
Color Harmonies of #2BE2CC
Complementary color
Monochromatic Colors of #2BE2CC
Black with #2BE2CC
Text Example
Text Example
White with #2BE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE2CC; }
p { color: rgb(43,226,204); }
H1.HeaderClassName
{
color: #2BE2CC;
}
.AnyTagClassName
{
color: #2BE2CC;
}
</style>
background-color css
<style>
a { background-color: #2BE2CC; }
a { background-color: rgb(43,226,204); }
div.DivClassName
{
background-color: #2BE2CC;
}
.BgClassName
{
background-color: #2BE2CC;
}
</style>
border-color css
<style>
span { border-color: #2BE2CC; }
span { border-color: rgb(43,226,204); }
td.TdClassName
{
border-color: #2BE2CC;
}
.TagClassName
{
border-color: #2BE2CC;
}
</style>