Shades of Medium Turquoise #2BC9CE
Tints of Medium Turquoise #2BC9CE
RGB
CMYK
RGB Variations
Color information
#2BC9CE (or 0x2BC9CE) is known color: Medium Turquoise. HEX triplet: 2B, C9 and CE. RGB value is (43,201,206). Sum of RGB (Red+Green+Blue) = 43+201+206=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BC9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC9CE is #D43631. Grayscale: #9A9A9A. Windows color (decimal): -13907506 or 13551915. OLE color: 13551915.
HSL color Cylindrical-coordinate representation of color #2BC9CE: hue angle of 181.84º 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 #2BC9CE is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 201 | 206 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.19 |
| HSL | 181.84º | 0.65% | 0.49% | - |
| HSV(B) | 181.84º | 0.79% | 0.81% | - |
| XYZ | 33.02 | 46.74 | 65.67 | - |
| YUV | 154.33 | 157.15 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 206 | 0.79 | 0.02 | 0 | 0.19 | 181.84 | 0.65 | 0.49 |
| Hex | 2B | C9 | CE | 4F | 2 | 0 | 13 | B6 | 41 | 31 |
| Octal | 53 | 311 | 316 | 117 | 2 | 0 | 23 | 266 | 101 | 61 |
| Binary | 101011 | 11001001 | 11001110 | 1001111 | 10 | 0 | 10011 | 10110110 | 1000001 | 110001 |
Color Harmonies of #2BC9CE
Complementary color
Monochromatic Colors of #2BC9CE
Black with #2BC9CE
Text Example
Text Example
White with #2BC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC9CE; }
p { color: rgb(43,201,206); }
H1.HeaderClassName
{
color: #2BC9CE;
}
.AnyTagClassName
{
color: #2BC9CE;
}
</style>
background-color css
<style>
a { background-color: #2BC9CE; }
a { background-color: rgb(43,201,206); }
div.DivClassName
{
background-color: #2BC9CE;
}
.BgClassName
{
background-color: #2BC9CE;
}
</style>
border-color css
<style>
span { border-color: #2BC9CE; }
span { border-color: rgb(43,201,206); }
td.TdClassName
{
border-color: #2BC9CE;
}
.TagClassName
{
border-color: #2BC9CE;
}
</style>