Shades of Medium Turquoise #2BCBCC
Tints of Medium Turquoise #2BCBCC
RGB
CMYK
RGB Variations
Color information
#2BCBCC (or 0x2BCBCC) is known color: Medium Turquoise. HEX triplet: 2B, CB and CC. RGB value is (43,203,204). Sum of RGB (Red+Green+Blue) = 43+203+204=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BCBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBCC is #D43433. Grayscale: #9B9B9B. Windows color (decimal): -13906996 or 13421355. OLE color: 13421355.
HSL color Cylindrical-coordinate representation of color #2BCBCC: hue angle of 180.37º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCBCC is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 203 | 204 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.2 |
| HSL | 180.37º | 0.65% | 0.48% | - |
| HSV(B) | 180.37º | 0.79% | 0.8% | - |
| XYZ | 33.25 | 47.59 | 64.56 | - |
| YUV | 155.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 204 | 0.79 | 0.00 | 0 | 0.2 | 180.37 | 0.65 | 0.48 |
| Hex | 2B | CB | CC | 4F | 0 | 0 | 14 | B4 | 41 | 30 |
| Octal | 53 | 313 | 314 | 117 | 0 | 0 | 24 | 264 | 101 | 60 |
| Binary | 101011 | 11001011 | 11001100 | 1001111 | 0 | 0 | 10100 | 10110100 | 1000001 | 110000 |
Color Harmonies of #2BCBCC
Complementary color
Monochromatic Colors of #2BCBCC
Black with #2BCBCC
Text Example
Text Example
White with #2BCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBCC; }
p { color: rgb(43,203,204); }
H1.HeaderClassName
{
color: #2BCBCC;
}
.AnyTagClassName
{
color: #2BCBCC;
}
</style>
background-color css
<style>
a { background-color: #2BCBCC; }
a { background-color: rgb(43,203,204); }
div.DivClassName
{
background-color: #2BCBCC;
}
.BgClassName
{
background-color: #2BCBCC;
}
</style>
border-color css
<style>
span { border-color: #2BCBCC; }
span { border-color: rgb(43,203,204); }
td.TdClassName
{
border-color: #2BCBCC;
}
.TagClassName
{
border-color: #2BCBCC;
}
</style>