Shades of Medium Turquoise #43C8B3
Tints of Medium Turquoise #43C8B3
RGB
CMYK
RGB Variations
Color information
#43C8B3 (or 0x43C8B3) is known color: Medium Turquoise. HEX triplet: 43, C8 and B3. RGB value is (67,200,179). Sum of RGB (Red+Green+Blue) = 67+200+179=446 (59% of max value = 765). Red value is 67 (26.56% from 255 or 15.02% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #43C8B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C8B3 is #BC374C. Grayscale: #9D9D9D. Windows color (decimal): -12334925 or 11782211. OLE color: 11782211.
HSL color Cylindrical-coordinate representation of color #43C8B3: hue angle of 170.53º degrees, saturation: 0.55, 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 #43C8B3 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 200 | 179 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.22 |
| HSL | 170.53º | 0.55% | 0.52% | - |
| HSV(B) | 170.53º | 0.67% | 0.78% | - |
| XYZ | 31.11 | 45.76 | 49.84 | - |
| YUV | 157.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 179 | 0.66 | 0 | 0.10 | 0.22 | 170.53 | 0.55 | 0.52 |
| Hex | 43 | C8 | B3 | 42 | 0 | A | 16 | AB | 37 | 34 |
| Octal | 103 | 310 | 263 | 102 | 0 | 12 | 26 | 253 | 67 | 64 |
| Binary | 1000011 | 11001000 | 10110011 | 1000010 | 0 | 1010 | 10110 | 10101011 | 110111 | 110100 |
Color Harmonies of #43C8B3
Complementary color
Monochromatic Colors of #43C8B3
Black with #43C8B3
Text Example
Text Example
White with #43C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C8B3; }
p { color: rgb(67,200,179); }
H1.HeaderClassName
{
color: #43C8B3;
}
.AnyTagClassName
{
color: #43C8B3;
}
</style>
background-color css
<style>
a { background-color: #43C8B3; }
a { background-color: rgb(67,200,179); }
div.DivClassName
{
background-color: #43C8B3;
}
.BgClassName
{
background-color: #43C8B3;
}
</style>
border-color css
<style>
span { border-color: #43C8B3; }
span { border-color: rgb(67,200,179); }
td.TdClassName
{
border-color: #43C8B3;
}
.TagClassName
{
border-color: #43C8B3;
}
</style>