Shades of Medium Turquoise #2BCBD2
Tints of Medium Turquoise #2BCBD2
RGB
CMYK
RGB Variations
Color information
#2BCBD2 (or 0x2BCBD2) is known color: Medium Turquoise. HEX triplet: 2B, CB and D2. RGB value is (43,203,210). Sum of RGB (Red+Green+Blue) = 43+203+210=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #2BCBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBD2 is #D4342D. Grayscale: #9B9B9B. Windows color (decimal): -13906990 or 13814571. OLE color: 13814571.
HSL color Cylindrical-coordinate representation of color #2BCBD2: hue angle of 182.51º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCBD2 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 203 | 210 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.18 |
| HSL | 182.52º | 0.66% | 0.5% | - |
| HSV(B) | 182.52º | 0.8% | 0.82% | - |
| XYZ | 33.99 | 47.88 | 68.42 | - |
| YUV | 155.96 | 158.49 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 210 | 0.80 | 0.03 | 0 | 0.18 | 182.52 | 0.66 | 0.5 |
| Hex | 2B | CB | D2 | 50 | 3 | 0 | 12 | B7 | 42 | 32 |
| Octal | 53 | 313 | 322 | 120 | 3 | 0 | 22 | 267 | 102 | 62 |
| Binary | 101011 | 11001011 | 11010010 | 1010000 | 11 | 0 | 10010 | 10110111 | 1000010 | 110010 |
Color Harmonies of #2BCBD2
Complementary color
Monochromatic Colors of #2BCBD2
Black with #2BCBD2
Text Example
Text Example
White with #2BCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBD2; }
p { color: rgb(43,203,210); }
H1.HeaderClassName
{
color: #2BCBD2;
}
.AnyTagClassName
{
color: #2BCBD2;
}
</style>
background-color css
<style>
a { background-color: #2BCBD2; }
a { background-color: rgb(43,203,210); }
div.DivClassName
{
background-color: #2BCBD2;
}
.BgClassName
{
background-color: #2BCBD2;
}
</style>
border-color css
<style>
span { border-color: #2BCBD2; }
span { border-color: rgb(43,203,210); }
td.TdClassName
{
border-color: #2BCBD2;
}
.TagClassName
{
border-color: #2BCBD2;
}
</style>