Shades of Turquoise #2BEEBC
Tints of Turquoise #2BEEBC
RGB
CMYK
RGB Variations
Color information
#2BEEBC (or 0x2BEEBC) is known color: Turquoise. HEX triplet: 2B, EE and BC. RGB value is (43,238,188). Sum of RGB (Red+Green+Blue) = 43+238+188=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEBC is #D41143. Grayscale: #AEAEAE. Windows color (decimal): -13898052 or 12381739. OLE color: 12381739.
HSL color Cylindrical-coordinate representation of color #2BEEBC: hue angle of 164.62º 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 #2BEEBC is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 188 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.07 |
| HSL | 164.62º | 0.85% | 0.55% | - |
| HSV(B) | 164.62º | 0.82% | 0.93% | - |
| XYZ | 40.65 | 65.29 | 58.04 | - |
| YUV | 174 | 135.9 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 188 | 0.82 | 0 | 0.21 | 0.07 | 164.62 | 0.85 | 0.55 |
| Hex | 2B | EE | BC | 52 | 0 | 15 | 7 | A5 | 55 | 37 |
| Octal | 53 | 356 | 274 | 122 | 0 | 25 | 7 | 245 | 125 | 67 |
| Binary | 101011 | 11101110 | 10111100 | 1010010 | 0 | 10101 | 111 | 10100101 | 1010101 | 110111 |
Color Harmonies of #2BEEBC
Complementary color
Monochromatic Colors of #2BEEBC
Black with #2BEEBC
Text Example
Text Example
White with #2BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEBC; }
p { color: rgb(43,238,188); }
H1.HeaderClassName
{
color: #2BEEBC;
}
.AnyTagClassName
{
color: #2BEEBC;
}
</style>
background-color css
<style>
a { background-color: #2BEEBC; }
a { background-color: rgb(43,238,188); }
div.DivClassName
{
background-color: #2BEEBC;
}
.BgClassName
{
background-color: #2BEEBC;
}
</style>
border-color css
<style>
span { border-color: #2BEEBC; }
span { border-color: rgb(43,238,188); }
td.TdClassName
{
border-color: #2BEEBC;
}
.TagClassName
{
border-color: #2BEEBC;
}
</style>