Shades of Medium Turquoise #43C0BD
Tints of Medium Turquoise #43C0BD
RGB
CMYK
RGB Variations
Color information
#43C0BD (or 0x43C0BD) is known color: Medium Turquoise. HEX triplet: 43, C0 and BD. RGB value is (67,192,189). Sum of RGB (Red+Green+Blue) = 67+192+189=448 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.96% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0BD is #BC3F42. Grayscale: #9A9A9A. Windows color (decimal): -12336963 or 12435523. OLE color: 12435523.
HSL color Cylindrical-coordinate representation of color #43C0BD: hue angle of 178.56º 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 #43C0BD is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 189 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.25 |
| HSL | 178.56º | 0.5% | 0.51% | - |
| HSV(B) | 178.56º | 0.65% | 0.75% | - |
| XYZ | 30.35 | 42.57 | 54.76 | - |
| YUV | 154.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 189 | 0.65 | 0 | 0.02 | 0.25 | 178.56 | 0.5 | 0.51 |
| Hex | 43 | C0 | BD | 41 | 0 | 2 | 19 | B3 | 32 | 33 |
| Octal | 103 | 300 | 275 | 101 | 0 | 2 | 31 | 263 | 62 | 63 |
| Binary | 1000011 | 11000000 | 10111101 | 1000001 | 0 | 10 | 11001 | 10110011 | 110010 | 110011 |
Color Harmonies of #43C0BD
Complementary color
Monochromatic Colors of #43C0BD
Black with #43C0BD
Text Example
Text Example
White with #43C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C0BD; }
p { color: rgb(67,192,189); }
H1.HeaderClassName
{
color: #43C0BD;
}
.AnyTagClassName
{
color: #43C0BD;
}
</style>
background-color css
<style>
a { background-color: #43C0BD; }
a { background-color: rgb(67,192,189); }
div.DivClassName
{
background-color: #43C0BD;
}
.BgClassName
{
background-color: #43C0BD;
}
</style>
border-color css
<style>
span { border-color: #43C0BD; }
span { border-color: rgb(67,192,189); }
td.TdClassName
{
border-color: #43C0BD;
}
.TagClassName
{
border-color: #43C0BD;
}
</style>