Shades of Medium Turquoise #43C2BC
Tints of Medium Turquoise #43C2BC
RGB
CMYK
RGB Variations
Color information
#43C2BC (or 0x43C2BC) is known color: Medium Turquoise. HEX triplet: 43, C2 and BC. RGB value is (67,194,188). Sum of RGB (Red+Green+Blue) = 67+194+188=449 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.92% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #43C2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C2BC is #BC3D43. Grayscale: #9B9B9B. Windows color (decimal): -12336452 or 12370499. OLE color: 12370499.
HSL color Cylindrical-coordinate representation of color #43C2BC: hue angle of 177.17º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C2BC is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 194 | 188 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.24 |
| HSL | 177.17º | 0.51% | 0.51% | - |
| HSV(B) | 177.17º | 0.65% | 0.76% | - |
| XYZ | 30.68 | 43.41 | 54.34 | - |
| YUV | 155.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 194 | 188 | 0.65 | 0 | 0.03 | 0.24 | 177.17 | 0.51 | 0.51 |
| Hex | 43 | C2 | BC | 41 | 0 | 3 | 18 | B1 | 33 | 33 |
| Octal | 103 | 302 | 274 | 101 | 0 | 3 | 30 | 261 | 63 | 63 |
| Binary | 1000011 | 11000010 | 10111100 | 1000001 | 0 | 11 | 11000 | 10110001 | 110011 | 110011 |
Color Harmonies of #43C2BC
Complementary color
Monochromatic Colors of #43C2BC
Black with #43C2BC
Text Example
Text Example
White with #43C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C2BC; }
p { color: rgb(67,194,188); }
H1.HeaderClassName
{
color: #43C2BC;
}
.AnyTagClassName
{
color: #43C2BC;
}
</style>
background-color css
<style>
a { background-color: #43C2BC; }
a { background-color: rgb(67,194,188); }
div.DivClassName
{
background-color: #43C2BC;
}
.BgClassName
{
background-color: #43C2BC;
}
</style>
border-color css
<style>
span { border-color: #43C2BC; }
span { border-color: rgb(67,194,188); }
td.TdClassName
{
border-color: #43C2BC;
}
.TagClassName
{
border-color: #43C2BC;
}
</style>