Shades of Medium Turquoise #2BCABF
Tints of Medium Turquoise #2BCABF
RGB
CMYK
RGB Variations
Color information
#2BCABF (or 0x2BCABF) is known color: Medium Turquoise. HEX triplet: 2B, CA and BF. RGB value is (43,202,191). Sum of RGB (Red+Green+Blue) = 43+202+191=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCABF is #D43540. Grayscale: #999999. Windows color (decimal): -13907265 or 12569131. OLE color: 12569131.
HSL color Cylindrical-coordinate representation of color #2BCABF: hue angle of 175.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCABF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 191 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.21 |
| HSL | 175.85º | 0.65% | 0.48% | - |
| HSV(B) | 175.85º | 0.79% | 0.79% | - |
| XYZ | 31.52 | 46.52 | 56.61 | - |
| YUV | 153.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 191 | 0.79 | 0 | 0.05 | 0.21 | 175.85 | 0.65 | 0.48 |
| Hex | 2B | CA | BF | 4F | 0 | 5 | 15 | B0 | 41 | 30 |
| Octal | 53 | 312 | 277 | 117 | 0 | 5 | 25 | 260 | 101 | 60 |
| Binary | 101011 | 11001010 | 10111111 | 1001111 | 0 | 101 | 10101 | 10110000 | 1000001 | 110000 |
Color Harmonies of #2BCABF
Complementary color
Monochromatic Colors of #2BCABF
Black with #2BCABF
Text Example
Text Example
White with #2BCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCABF; }
p { color: rgb(43,202,191); }
H1.HeaderClassName
{
color: #2BCABF;
}
.AnyTagClassName
{
color: #2BCABF;
}
</style>
background-color css
<style>
a { background-color: #2BCABF; }
a { background-color: rgb(43,202,191); }
div.DivClassName
{
background-color: #2BCABF;
}
.BgClassName
{
background-color: #2BCABF;
}
</style>
border-color css
<style>
span { border-color: #2BCABF; }
span { border-color: rgb(43,202,191); }
td.TdClassName
{
border-color: #2BCABF;
}
.TagClassName
{
border-color: #2BCABF;
}
</style>