Shades of Medium Turquoise #43C9BA
Tints of Medium Turquoise #43C9BA
RGB
CMYK
RGB Variations
Color information
#43C9BA (or 0x43C9BA) is known color: Medium Turquoise. HEX triplet: 43, C9 and BA. RGB value is (67,201,186). Sum of RGB (Red+Green+Blue) = 67+201+186=454 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.76% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #43C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C9BA is #BC3645. Grayscale: #9F9F9F. Windows color (decimal): -12334662 or 12241219. OLE color: 12241219.
HSL color Cylindrical-coordinate representation of color #43C9BA: hue angle of 173.28º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C9BA is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 186 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.21 |
| HSL | 173.28º | 0.55% | 0.53% | - |
| HSV(B) | 173.28º | 0.67% | 0.79% | - |
| XYZ | 32.06 | 46.51 | 53.74 | - |
| YUV | 159.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 186 | 0.67 | 0 | 0.07 | 0.21 | 173.28 | 0.55 | 0.53 |
| Hex | 43 | C9 | BA | 43 | 0 | 7 | 15 | AD | 37 | 35 |
| Octal | 103 | 311 | 272 | 103 | 0 | 7 | 25 | 255 | 67 | 65 |
| Binary | 1000011 | 11001001 | 10111010 | 1000011 | 0 | 111 | 10101 | 10101101 | 110111 | 110101 |
Color Harmonies of #43C9BA
Complementary color
Monochromatic Colors of #43C9BA
Black with #43C9BA
Text Example
Text Example
White with #43C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C9BA; }
p { color: rgb(67,201,186); }
H1.HeaderClassName
{
color: #43C9BA;
}
.AnyTagClassName
{
color: #43C9BA;
}
</style>
background-color css
<style>
a { background-color: #43C9BA; }
a { background-color: rgb(67,201,186); }
div.DivClassName
{
background-color: #43C9BA;
}
.BgClassName
{
background-color: #43C9BA;
}
</style>
border-color css
<style>
span { border-color: #43C9BA; }
span { border-color: rgb(67,201,186); }
td.TdClassName
{
border-color: #43C9BA;
}
.TagClassName
{
border-color: #43C9BA;
}
</style>