Shades of Medium Turquoise #43C9B9
Tints of Medium Turquoise #43C9B9
RGB
CMYK
RGB Variations
Color information
#43C9B9 (or 0x43C9B9) is known color: Medium Turquoise. HEX triplet: 43, C9 and B9. RGB value is (67,201,185). Sum of RGB (Red+Green+Blue) = 67+201+185=453 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.79% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #43C9B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C9B9 is #BC3646. Grayscale: #9F9F9F. Windows color (decimal): -12334663 or 12175683. OLE color: 12175683.
HSL color Cylindrical-coordinate representation of color #43C9B9: hue angle of 172.84º 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 #43C9B9 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 185 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.21 |
| HSL | 172.84º | 0.55% | 0.53% | - |
| HSV(B) | 172.84º | 0.67% | 0.79% | - |
| XYZ | 31.96 | 46.47 | 53.18 | - |
| YUV | 159.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 185 | 0.67 | 0 | 0.08 | 0.21 | 172.84 | 0.55 | 0.53 |
| Hex | 43 | C9 | B9 | 43 | 0 | 8 | 15 | AD | 37 | 35 |
| Octal | 103 | 311 | 271 | 103 | 0 | 10 | 25 | 255 | 67 | 65 |
| Binary | 1000011 | 11001001 | 10111001 | 1000011 | 0 | 1000 | 10101 | 10101101 | 110111 | 110101 |
Color Harmonies of #43C9B9
Complementary color
Monochromatic Colors of #43C9B9
Black with #43C9B9
Text Example
Text Example
White with #43C9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C9B9; }
p { color: rgb(67,201,185); }
H1.HeaderClassName
{
color: #43C9B9;
}
.AnyTagClassName
{
color: #43C9B9;
}
</style>
background-color css
<style>
a { background-color: #43C9B9; }
a { background-color: rgb(67,201,185); }
div.DivClassName
{
background-color: #43C9B9;
}
.BgClassName
{
background-color: #43C9B9;
}
</style>
border-color css
<style>
span { border-color: #43C9B9; }
span { border-color: rgb(67,201,185); }
td.TdClassName
{
border-color: #43C9B9;
}
.TagClassName
{
border-color: #43C9B9;
}
</style>