Shades of Medium Turquoise #2BCAD3
Tints of Medium Turquoise #2BCAD3
RGB
CMYK
RGB Variations
Color information
#2BCAD3 (or 0x2BCAD3) is known color: Medium Turquoise. HEX triplet: 2B, CA and D3. RGB value is (43,202,211). Sum of RGB (Red+Green+Blue) = 43+202+211=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #2BCAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCAD3 is #D4352C. Grayscale: #9B9B9B. Windows color (decimal): -13907245 or 13879851. OLE color: 13879851.
HSL color Cylindrical-coordinate representation of color #2BCAD3: hue angle of 183.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCAD3 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 202 | 211 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.17 |
| HSL | 183.21º | 0.66% | 0.5% | - |
| HSV(B) | 183.21º | 0.8% | 0.83% | - |
| XYZ | 33.87 | 47.46 | 69 | - |
| YUV | 155.49 | 159.32 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 211 | 0.80 | 0.04 | 0 | 0.17 | 183.21 | 0.66 | 0.5 |
| Hex | 2B | CA | D3 | 50 | 4 | 0 | 11 | B7 | 42 | 32 |
| Octal | 53 | 312 | 323 | 120 | 4 | 0 | 21 | 267 | 102 | 62 |
| Binary | 101011 | 11001010 | 11010011 | 1010000 | 100 | 0 | 10001 | 10110111 | 1000010 | 110010 |
Color Harmonies of #2BCAD3
Complementary color
Monochromatic Colors of #2BCAD3
Black with #2BCAD3
Text Example
Text Example
White with #2BCAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCAD3; }
p { color: rgb(43,202,211); }
H1.HeaderClassName
{
color: #2BCAD3;
}
.AnyTagClassName
{
color: #2BCAD3;
}
</style>
background-color css
<style>
a { background-color: #2BCAD3; }
a { background-color: rgb(43,202,211); }
div.DivClassName
{
background-color: #2BCAD3;
}
.BgClassName
{
background-color: #2BCAD3;
}
</style>
border-color css
<style>
span { border-color: #2BCAD3; }
span { border-color: rgb(43,202,211); }
td.TdClassName
{
border-color: #2BCAD3;
}
.TagClassName
{
border-color: #2BCAD3;
}
</style>