Shades of Turquoise #2BEEC0
Tints of Turquoise #2BEEC0
RGB
CMYK
RGB Variations
Color information
#2BEEC0 (or 0x2BEEC0) is known color: Turquoise. HEX triplet: 2B, EE and C0. RGB value is (43,238,192). Sum of RGB (Red+Green+Blue) = 43+238+192=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEC0 is #D4113F. Grayscale: #AEAEAE. Windows color (decimal): -13898048 or 12643883. OLE color: 12643883.
HSL color Cylindrical-coordinate representation of color #2BEEC0: hue angle of 165.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEEC0 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 192 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.07 |
| HSL | 165.85º | 0.85% | 0.55% | - |
| HSV(B) | 165.85º | 0.82% | 0.93% | - |
| XYZ | 41.09 | 65.47 | 60.34 | - |
| YUV | 174.45 | 137.9 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 192 | 0.82 | 0 | 0.19 | 0.07 | 165.85 | 0.85 | 0.55 |
| Hex | 2B | EE | C0 | 52 | 0 | 13 | 7 | A6 | 55 | 37 |
| Octal | 53 | 356 | 300 | 122 | 0 | 23 | 7 | 246 | 125 | 67 |
| Binary | 101011 | 11101110 | 11000000 | 1010010 | 0 | 10011 | 111 | 10100110 | 1010101 | 110111 |
Color Harmonies of #2BEEC0
Complementary color
Monochromatic Colors of #2BEEC0
Black with #2BEEC0
Text Example
Text Example
White with #2BEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEC0; }
p { color: rgb(43,238,192); }
H1.HeaderClassName
{
color: #2BEEC0;
}
.AnyTagClassName
{
color: #2BEEC0;
}
</style>
background-color css
<style>
a { background-color: #2BEEC0; }
a { background-color: rgb(43,238,192); }
div.DivClassName
{
background-color: #2BEEC0;
}
.BgClassName
{
background-color: #2BEEC0;
}
</style>
border-color css
<style>
span { border-color: #2BEEC0; }
span { border-color: rgb(43,238,192); }
td.TdClassName
{
border-color: #2BEEC0;
}
.TagClassName
{
border-color: #2BEEC0;
}
</style>