Shades of Medium Turquoise #2BCDC4
Tints of Medium Turquoise #2BCDC4
RGB
CMYK
RGB Variations
Color information
#2BCDC4 (or 0x2BCDC4) is known color: Medium Turquoise. HEX triplet: 2B, CD and C4. RGB value is (43,205,196). Sum of RGB (Red+Green+Blue) = 43+205+196=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDC4 is #D4323B. Grayscale: #9B9B9B. Windows color (decimal): -13906492 or 12897579. OLE color: 12897579.
HSL color Cylindrical-coordinate representation of color #2BCDC4: hue angle of 176.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCDC4 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 196 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.20 |
| HSL | 176.67º | 0.65% | 0.49% | - |
| HSV(B) | 176.67º | 0.79% | 0.8% | - |
| XYZ | 32.79 | 48.16 | 59.79 | - |
| YUV | 155.54 | 150.83 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 196 | 0.79 | 0 | 0.04 | 0.20 | 176.67 | 0.65 | 0.49 |
| Hex | 2B | CD | C4 | 4F | 0 | 4 | 14 | B1 | 41 | 31 |
| Octal | 53 | 315 | 304 | 117 | 0 | 4 | 24 | 261 | 101 | 61 |
| Binary | 101011 | 11001101 | 11000100 | 1001111 | 0 | 100 | 10100 | 10110001 | 1000001 | 110001 |
Color Harmonies of #2BCDC4
Complementary color
Monochromatic Colors of #2BCDC4
Black with #2BCDC4
Text Example
Text Example
White with #2BCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDC4; }
p { color: rgb(43,205,196); }
H1.HeaderClassName
{
color: #2BCDC4;
}
.AnyTagClassName
{
color: #2BCDC4;
}
</style>
background-color css
<style>
a { background-color: #2BCDC4; }
a { background-color: rgb(43,205,196); }
div.DivClassName
{
background-color: #2BCDC4;
}
.BgClassName
{
background-color: #2BCDC4;
}
</style>
border-color css
<style>
span { border-color: #2BCDC4; }
span { border-color: rgb(43,205,196); }
td.TdClassName
{
border-color: #2BCDC4;
}
.TagClassName
{
border-color: #2BCDC4;
}
</style>