Shades of Medium Turquoise #43C0B7
Tints of Medium Turquoise #43C0B7
RGB
CMYK
RGB Variations
Color information
#43C0B7 (or 0x43C0B7) is known color: Medium Turquoise. HEX triplet: 43, C0 and B7. RGB value is (67,192,183). Sum of RGB (Red+Green+Blue) = 67+192+183=442 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.16% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0B7 is #BC3F48. Grayscale: #999999. Windows color (decimal): -12336969 or 12042307. OLE color: 12042307.
HSL color Cylindrical-coordinate representation of color #43C0B7: hue angle of 175.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C0B7 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 183 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.25 |
| HSL | 175.68º | 0.5% | 0.51% | - |
| HSV(B) | 175.68º | 0.65% | 0.75% | - |
| XYZ | 29.71 | 42.31 | 51.4 | - |
| YUV | 153.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 183 | 0.65 | 0 | 0.05 | 0.25 | 175.68 | 0.5 | 0.51 |
| Hex | 43 | C0 | B7 | 41 | 0 | 5 | 19 | B0 | 32 | 33 |
| Octal | 103 | 300 | 267 | 101 | 0 | 5 | 31 | 260 | 62 | 63 |
| Binary | 1000011 | 11000000 | 10110111 | 1000001 | 0 | 101 | 11001 | 10110000 | 110010 | 110011 |
Color Harmonies of #43C0B7
Complementary color
Monochromatic Colors of #43C0B7
Black with #43C0B7
Text Example
Text Example
White with #43C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C0B7; }
p { color: rgb(67,192,183); }
H1.HeaderClassName
{
color: #43C0B7;
}
.AnyTagClassName
{
color: #43C0B7;
}
</style>
background-color css
<style>
a { background-color: #43C0B7; }
a { background-color: rgb(67,192,183); }
div.DivClassName
{
background-color: #43C0B7;
}
.BgClassName
{
background-color: #43C0B7;
}
</style>
border-color css
<style>
span { border-color: #43C0B7; }
span { border-color: rgb(67,192,183); }
td.TdClassName
{
border-color: #43C0B7;
}
.TagClassName
{
border-color: #43C0B7;
}
</style>