Shades of Turquoise #2BCECB
Tints of Turquoise #2BCECB
RGB
CMYK
RGB Variations
Color information
#2BCECB (or 0x2BCECB) is known color: Turquoise. HEX triplet: 2B, CE and CB. RGB value is (43,206,203). Sum of RGB (Red+Green+Blue) = 43+206+203=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCECB is #D43134. Grayscale: #9C9C9C. Windows color (decimal): -13906229 or 13356587. OLE color: 13356587.
HSL color Cylindrical-coordinate representation of color #2BCECB: hue angle of 178.9º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCECB is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 203 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.19 |
| HSL | 178.9º | 0.65% | 0.49% | - |
| HSV(B) | 178.9º | 0.79% | 0.81% | - |
| XYZ | 33.85 | 48.97 | 64.17 | - |
| YUV | 156.92 | 154 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 203 | 0.79 | 0 | 0.01 | 0.19 | 178.9 | 0.65 | 0.49 |
| Hex | 2B | CE | CB | 4F | 0 | 1 | 13 | B3 | 41 | 31 |
| Octal | 53 | 316 | 313 | 117 | 0 | 1 | 23 | 263 | 101 | 61 |
| Binary | 101011 | 11001110 | 11001011 | 1001111 | 0 | 1 | 10011 | 10110011 | 1000001 | 110001 |
Color Harmonies of #2BCECB
Complementary color
Monochromatic Colors of #2BCECB
Black with #2BCECB
Text Example
Text Example
White with #2BCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCECB; }
p { color: rgb(43,206,203); }
H1.HeaderClassName
{
color: #2BCECB;
}
.AnyTagClassName
{
color: #2BCECB;
}
</style>
background-color css
<style>
a { background-color: #2BCECB; }
a { background-color: rgb(43,206,203); }
div.DivClassName
{
background-color: #2BCECB;
}
.BgClassName
{
background-color: #2BCECB;
}
</style>
border-color css
<style>
span { border-color: #2BCECB; }
span { border-color: rgb(43,206,203); }
td.TdClassName
{
border-color: #2BCECB;
}
.TagClassName
{
border-color: #2BCECB;
}
</style>