Shades of Medium Turquoise #2BC9CA
Tints of Medium Turquoise #2BC9CA
RGB
CMYK
RGB Variations
Color information
#2BC9CA (or 0x2BC9CA) is known color: Medium Turquoise. HEX triplet: 2B, C9 and CA. RGB value is (43,201,202). Sum of RGB (Red+Green+Blue) = 43+201+202=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #2BC9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC9CA is #D43635. Grayscale: #999999. Windows color (decimal): -13907510 or 13289771. OLE color: 13289771.
HSL color Cylindrical-coordinate representation of color #2BC9CA: hue angle of 180.38º 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 #2BC9CA is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 202 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.21 |
| HSL | 180.38º | 0.65% | 0.48% | - |
| HSV(B) | 180.38º | 0.79% | 0.79% | - |
| XYZ | 32.54 | 46.55 | 63.15 | - |
| YUV | 153.87 | 155.15 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 202 | 0.79 | 0.00 | 0 | 0.21 | 180.38 | 0.65 | 0.48 |
| Hex | 2B | C9 | CA | 4F | 0 | 0 | 15 | B4 | 41 | 30 |
| Octal | 53 | 311 | 312 | 117 | 0 | 0 | 25 | 264 | 101 | 60 |
| Binary | 101011 | 11001001 | 11001010 | 1001111 | 0 | 0 | 10101 | 10110100 | 1000001 | 110000 |
Color Harmonies of #2BC9CA
Complementary color
Monochromatic Colors of #2BC9CA
Black with #2BC9CA
Text Example
Text Example
White with #2BC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC9CA; }
p { color: rgb(43,201,202); }
H1.HeaderClassName
{
color: #2BC9CA;
}
.AnyTagClassName
{
color: #2BC9CA;
}
</style>
background-color css
<style>
a { background-color: #2BC9CA; }
a { background-color: rgb(43,201,202); }
div.DivClassName
{
background-color: #2BC9CA;
}
.BgClassName
{
background-color: #2BC9CA;
}
</style>
border-color css
<style>
span { border-color: #2BC9CA; }
span { border-color: rgb(43,201,202); }
td.TdClassName
{
border-color: #2BC9CA;
}
.TagClassName
{
border-color: #2BC9CA;
}
</style>