Shades of Turquoise #2BEBCB
Tints of Turquoise #2BEBCB
RGB
CMYK
RGB Variations
Color information
#2BEBCB (or 0x2BEBCB) is known color: Turquoise. HEX triplet: 2B, EB and CB. RGB value is (43,235,203). Sum of RGB (Red+Green+Blue) = 43+235+203=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBCB is #D41434. Grayscale: #ADADAD. Windows color (decimal): -13898805 or 13364011. OLE color: 13364011.
HSL color Cylindrical-coordinate representation of color #2BEBCB: hue angle of 170º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBCB is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 203 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.08 |
| HSL | 170º | 0.83% | 0.55% | - |
| HSV(B) | 170º | 0.82% | 0.92% | - |
| XYZ | 41.48 | 64.24 | 66.71 | - |
| YUV | 173.94 | 144.39 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 203 | 0.82 | 0 | 0.14 | 0.08 | 170 | 0.83 | 0.55 |
| Hex | 2B | EB | CB | 52 | 0 | E | 8 | AA | 53 | 37 |
| Octal | 53 | 353 | 313 | 122 | 0 | 16 | 10 | 252 | 123 | 67 |
| Binary | 101011 | 11101011 | 11001011 | 1010010 | 0 | 1110 | 1000 | 10101010 | 1010011 | 110111 |
Color Harmonies of #2BEBCB
Complementary color
Monochromatic Colors of #2BEBCB
Black with #2BEBCB
Text Example
Text Example
White with #2BEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBCB; }
p { color: rgb(43,235,203); }
H1.HeaderClassName
{
color: #2BEBCB;
}
.AnyTagClassName
{
color: #2BEBCB;
}
</style>
background-color css
<style>
a { background-color: #2BEBCB; }
a { background-color: rgb(43,235,203); }
div.DivClassName
{
background-color: #2BEBCB;
}
.BgClassName
{
background-color: #2BEBCB;
}
</style>
border-color css
<style>
span { border-color: #2BEBCB; }
span { border-color: rgb(43,235,203); }
td.TdClassName
{
border-color: #2BEBCB;
}
.TagClassName
{
border-color: #2BEBCB;
}
</style>