Shades of Medium Turquoise #2BCACE
Tints of Medium Turquoise #2BCACE
RGB
CMYK
RGB Variations
Color information
#2BCACE (or 0x2BCACE) is known color: Medium Turquoise. HEX triplet: 2B, CA and CE. RGB value is (43,202,206). Sum of RGB (Red+Green+Blue) = 43+202+206=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BCACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCACE is #D43531. Grayscale: #9A9A9A. Windows color (decimal): -13907250 or 13552171. OLE color: 13552171.
HSL color Cylindrical-coordinate representation of color #2BCACE: hue angle of 181.47º 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 #2BCACE is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 202 | 206 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.19 |
| HSL | 181.47º | 0.65% | 0.49% | - |
| HSV(B) | 181.47º | 0.79% | 0.81% | - |
| XYZ | 33.26 | 47.21 | 65.75 | - |
| YUV | 154.92 | 156.82 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 206 | 0.79 | 0.02 | 0 | 0.19 | 181.47 | 0.65 | 0.49 |
| Hex | 2B | CA | CE | 4F | 2 | 0 | 13 | B5 | 41 | 31 |
| Octal | 53 | 312 | 316 | 117 | 2 | 0 | 23 | 265 | 101 | 61 |
| Binary | 101011 | 11001010 | 11001110 | 1001111 | 10 | 0 | 10011 | 10110101 | 1000001 | 110001 |
Color Harmonies of #2BCACE
Complementary color
Monochromatic Colors of #2BCACE
Black with #2BCACE
Text Example
Text Example
White with #2BCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCACE; }
p { color: rgb(43,202,206); }
H1.HeaderClassName
{
color: #2BCACE;
}
.AnyTagClassName
{
color: #2BCACE;
}
</style>
background-color css
<style>
a { background-color: #2BCACE; }
a { background-color: rgb(43,202,206); }
div.DivClassName
{
background-color: #2BCACE;
}
.BgClassName
{
background-color: #2BCACE;
}
</style>
border-color css
<style>
span { border-color: #2BCACE; }
span { border-color: rgb(43,202,206); }
td.TdClassName
{
border-color: #2BCACE;
}
.TagClassName
{
border-color: #2BCACE;
}
</style>