Shades of Medium Turquoise #43C7BE
Tints of Medium Turquoise #43C7BE
RGB
CMYK
RGB Variations
Color information
#43C7BE (or 0x43C7BE) is known color: Medium Turquoise. HEX triplet: 43, C7 and BE. RGB value is (67,199,190). Sum of RGB (Red+Green+Blue) = 67+199+190=456 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.69% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #43C7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C7BE is #BC3841. Grayscale: #9E9E9E. Windows color (decimal): -12335170 or 12502851. OLE color: 12502851.
HSL color Cylindrical-coordinate representation of color #43C7BE: hue angle of 175.91º degrees, saturation: 0.54, 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 #43C7BE is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 190 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.22 |
| HSL | 175.91º | 0.54% | 0.52% | - |
| HSV(B) | 175.91º | 0.66% | 0.78% | - |
| XYZ | 32.03 | 45.76 | 55.86 | - |
| YUV | 158.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 190 | 0.66 | 0 | 0.05 | 0.22 | 175.91 | 0.54 | 0.52 |
| Hex | 43 | C7 | BE | 42 | 0 | 5 | 16 | B0 | 36 | 34 |
| Octal | 103 | 307 | 276 | 102 | 0 | 5 | 26 | 260 | 66 | 64 |
| Binary | 1000011 | 11000111 | 10111110 | 1000010 | 0 | 101 | 10110 | 10110000 | 110110 | 110100 |
Color Harmonies of #43C7BE
Complementary color
Monochromatic Colors of #43C7BE
Black with #43C7BE
Text Example
Text Example
White with #43C7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C7BE; }
p { color: rgb(67,199,190); }
H1.HeaderClassName
{
color: #43C7BE;
}
.AnyTagClassName
{
color: #43C7BE;
}
</style>
background-color css
<style>
a { background-color: #43C7BE; }
a { background-color: rgb(67,199,190); }
div.DivClassName
{
background-color: #43C7BE;
}
.BgClassName
{
background-color: #43C7BE;
}
</style>
border-color css
<style>
span { border-color: #43C7BE; }
span { border-color: rgb(67,199,190); }
td.TdClassName
{
border-color: #43C7BE;
}
.TagClassName
{
border-color: #43C7BE;
}
</style>