Shades of Turquoise #2BEEBE
Tints of Turquoise #2BEEBE
RGB
CMYK
RGB Variations
Color information
#2BEEBE (or 0x2BEEBE) is known color: Turquoise. HEX triplet: 2B, EE and BE. RGB value is (43,238,190). Sum of RGB (Red+Green+Blue) = 43+238+190=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEBE is #D41141. Grayscale: #AEAEAE. Windows color (decimal): -13898050 or 12512811. OLE color: 12512811.
HSL color Cylindrical-coordinate representation of color #2BEEBE: hue angle of 165.23º 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 #2BEEBE is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 190 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.07 |
| HSL | 165.23º | 0.85% | 0.55% | - |
| HSV(B) | 165.23º | 0.82% | 0.93% | - |
| XYZ | 40.87 | 65.38 | 59.18 | - |
| YUV | 174.22 | 136.9 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 190 | 0.82 | 0 | 0.20 | 0.07 | 165.23 | 0.85 | 0.55 |
| Hex | 2B | EE | BE | 52 | 0 | 14 | 7 | A5 | 55 | 37 |
| Octal | 53 | 356 | 276 | 122 | 0 | 24 | 7 | 245 | 125 | 67 |
| Binary | 101011 | 11101110 | 10111110 | 1010010 | 0 | 10100 | 111 | 10100101 | 1010101 | 110111 |
Color Harmonies of #2BEEBE
Complementary color
Monochromatic Colors of #2BEEBE
Black with #2BEEBE
Text Example
Text Example
White with #2BEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEBE; }
p { color: rgb(43,238,190); }
H1.HeaderClassName
{
color: #2BEEBE;
}
.AnyTagClassName
{
color: #2BEEBE;
}
</style>
background-color css
<style>
a { background-color: #2BEEBE; }
a { background-color: rgb(43,238,190); }
div.DivClassName
{
background-color: #2BEEBE;
}
.BgClassName
{
background-color: #2BEEBE;
}
</style>
border-color css
<style>
span { border-color: #2BEEBE; }
span { border-color: rgb(43,238,190); }
td.TdClassName
{
border-color: #2BEEBE;
}
.TagClassName
{
border-color: #2BEEBE;
}
</style>