Shades of Medium Turquoise #43C7B4
Tints of Medium Turquoise #43C7B4
RGB
CMYK
RGB Variations
Color information
#43C7B4 (or 0x43C7B4) is known color: Medium Turquoise. HEX triplet: 43, C7 and B4. RGB value is (67,199,180). Sum of RGB (Red+Green+Blue) = 67+199+180=446 (59% of max value = 765). Red value is 67 (26.56% from 255 or 15.02% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #43C7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C7B4 is #BC384B. Grayscale: #9D9D9D. Windows color (decimal): -12335180 or 11847491. OLE color: 11847491.
HSL color Cylindrical-coordinate representation of color #43C7B4: hue angle of 171.36º 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 #43C7B4 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 180 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.22 |
| HSL | 171.36º | 0.54% | 0.52% | - |
| HSV(B) | 171.36º | 0.66% | 0.78% | - |
| XYZ | 30.98 | 45.34 | 50.3 | - |
| YUV | 157.37 | 140.77 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 180 | 0.66 | 0 | 0.10 | 0.22 | 171.36 | 0.54 | 0.52 |
| Hex | 43 | C7 | B4 | 42 | 0 | A | 16 | AB | 36 | 34 |
| Octal | 103 | 307 | 264 | 102 | 0 | 12 | 26 | 253 | 66 | 64 |
| Binary | 1000011 | 11000111 | 10110100 | 1000010 | 0 | 1010 | 10110 | 10101011 | 110110 | 110100 |
Color Harmonies of #43C7B4
Complementary color
Monochromatic Colors of #43C7B4
Black with #43C7B4
Text Example
Text Example
White with #43C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C7B4; }
p { color: rgb(67,199,180); }
H1.HeaderClassName
{
color: #43C7B4;
}
.AnyTagClassName
{
color: #43C7B4;
}
</style>
background-color css
<style>
a { background-color: #43C7B4; }
a { background-color: rgb(67,199,180); }
div.DivClassName
{
background-color: #43C7B4;
}
.BgClassName
{
background-color: #43C7B4;
}
</style>
border-color css
<style>
span { border-color: #43C7B4; }
span { border-color: rgb(67,199,180); }
td.TdClassName
{
border-color: #43C7B4;
}
.TagClassName
{
border-color: #43C7B4;
}
</style>