Shades of Medium Turquoise #43C5BC
Tints of Medium Turquoise #43C5BC
RGB
CMYK
RGB Variations
Color information
#43C5BC (or 0x43C5BC) is known color: Medium Turquoise. HEX triplet: 43, C5 and BC. RGB value is (67,197,188). Sum of RGB (Red+Green+Blue) = 67+197+188=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #43C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C5BC is #BC3A43. Grayscale: #9D9D9D. Windows color (decimal): -12335684 or 12371267. OLE color: 12371267.
HSL color Cylindrical-coordinate representation of color #43C5BC: hue angle of 175.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C5BC is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 188 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.23 |
| HSL | 175.85º | 0.53% | 0.52% | - |
| HSV(B) | 175.85º | 0.66% | 0.77% | - |
| XYZ | 31.36 | 44.76 | 54.56 | - |
| YUV | 157.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 188 | 0.66 | 0 | 0.05 | 0.23 | 175.85 | 0.53 | 0.52 |
| Hex | 43 | C5 | BC | 42 | 0 | 5 | 17 | B0 | 35 | 34 |
| Octal | 103 | 305 | 274 | 102 | 0 | 5 | 27 | 260 | 65 | 64 |
| Binary | 1000011 | 11000101 | 10111100 | 1000010 | 0 | 101 | 10111 | 10110000 | 110101 | 110100 |
Color Harmonies of #43C5BC
Complementary color
Monochromatic Colors of #43C5BC
Black with #43C5BC
Text Example
Text Example
White with #43C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C5BC; }
p { color: rgb(67,197,188); }
H1.HeaderClassName
{
color: #43C5BC;
}
.AnyTagClassName
{
color: #43C5BC;
}
</style>
background-color css
<style>
a { background-color: #43C5BC; }
a { background-color: rgb(67,197,188); }
div.DivClassName
{
background-color: #43C5BC;
}
.BgClassName
{
background-color: #43C5BC;
}
</style>
border-color css
<style>
span { border-color: #43C5BC; }
span { border-color: rgb(67,197,188); }
td.TdClassName
{
border-color: #43C5BC;
}
.TagClassName
{
border-color: #43C5BC;
}
</style>