Shades of Turquoise #2BE5CC
Tints of Turquoise #2BE5CC
RGB
CMYK
RGB Variations
Color information
#2BE5CC (or 0x2BE5CC) is known color: Turquoise. HEX triplet: 2B, E5 and CC. RGB value is (43,229,204). Sum of RGB (Red+Green+Blue) = 43+229+204=476 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.03% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5CC is #D41A33. Grayscale: #AAAAAA. Windows color (decimal): -13900340 or 13428011. OLE color: 13428011.
HSL color Cylindrical-coordinate representation of color #2BE5CC: hue angle of 171.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE5CC is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 204 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.10 |
| HSL | 171.94º | 0.78% | 0.53% | - |
| HSV(B) | 171.94º | 0.81% | 0.9% | - |
| XYZ | 39.91 | 60.91 | 66.78 | - |
| YUV | 170.54 | 146.88 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 204 | 0.81 | 0 | 0.11 | 0.10 | 171.94 | 0.78 | 0.53 |
| Hex | 2B | E5 | CC | 51 | 0 | B | A | AC | 4E | 35 |
| Octal | 53 | 345 | 314 | 121 | 0 | 13 | 12 | 254 | 116 | 65 |
| Binary | 101011 | 11100101 | 11001100 | 1010001 | 0 | 1011 | 1010 | 10101100 | 1001110 | 110101 |
Color Harmonies of #2BE5CC
Complementary color
Monochromatic Colors of #2BE5CC
Black with #2BE5CC
Text Example
Text Example
White with #2BE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5CC; }
p { color: rgb(43,229,204); }
H1.HeaderClassName
{
color: #2BE5CC;
}
.AnyTagClassName
{
color: #2BE5CC;
}
</style>
background-color css
<style>
a { background-color: #2BE5CC; }
a { background-color: rgb(43,229,204); }
div.DivClassName
{
background-color: #2BE5CC;
}
.BgClassName
{
background-color: #2BE5CC;
}
</style>
border-color css
<style>
span { border-color: #2BE5CC; }
span { border-color: rgb(43,229,204); }
td.TdClassName
{
border-color: #2BE5CC;
}
.TagClassName
{
border-color: #2BE5CC;
}
</style>