Shades of Medium Turquoise #43C8B9
Tints of Medium Turquoise #43C8B9
RGB
CMYK
RGB Variations
Color information
#43C8B9 (or 0x43C8B9) is known color: Medium Turquoise. HEX triplet: 43, C8 and B9. RGB value is (67,200,185). Sum of RGB (Red+Green+Blue) = 67+200+185=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #43C8B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C8B9 is #BC3746. Grayscale: #9E9E9E. Windows color (decimal): -12334919 or 12175427. OLE color: 12175427.
HSL color Cylindrical-coordinate representation of color #43C8B9: hue angle of 173.23º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C8B9 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 200 | 185 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.22 |
| HSL | 173.23º | 0.55% | 0.52% | - |
| HSV(B) | 173.23º | 0.67% | 0.78% | - |
| XYZ | 31.73 | 46 | 53.11 | - |
| YUV | 158.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 185 | 0.66 | 0 | 0.08 | 0.22 | 173.23 | 0.55 | 0.52 |
| Hex | 43 | C8 | B9 | 42 | 0 | 8 | 16 | AD | 37 | 34 |
| Octal | 103 | 310 | 271 | 102 | 0 | 10 | 26 | 255 | 67 | 64 |
| Binary | 1000011 | 11001000 | 10111001 | 1000010 | 0 | 1000 | 10110 | 10101101 | 110111 | 110100 |
Color Harmonies of #43C8B9
Complementary color
Monochromatic Colors of #43C8B9
Black with #43C8B9
Text Example
Text Example
White with #43C8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C8B9; }
p { color: rgb(67,200,185); }
H1.HeaderClassName
{
color: #43C8B9;
}
.AnyTagClassName
{
color: #43C8B9;
}
</style>
background-color css
<style>
a { background-color: #43C8B9; }
a { background-color: rgb(67,200,185); }
div.DivClassName
{
background-color: #43C8B9;
}
.BgClassName
{
background-color: #43C8B9;
}
</style>
border-color css
<style>
span { border-color: #43C8B9; }
span { border-color: rgb(67,200,185); }
td.TdClassName
{
border-color: #43C8B9;
}
.TagClassName
{
border-color: #43C8B9;
}
</style>