Shades of Medium Turquoise #43C2BD
Tints of Medium Turquoise #43C2BD
RGB
CMYK
RGB Variations
Color information
#43C2BD (or 0x43C2BD) is known color: Medium Turquoise. HEX triplet: 43, C2 and BD. RGB value is (67,194,189). Sum of RGB (Red+Green+Blue) = 67+194+189=450 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.89% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #43C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C2BD is #BC3D42. Grayscale: #9B9B9B. Windows color (decimal): -12336451 or 12436035. OLE color: 12436035.
HSL color Cylindrical-coordinate representation of color #43C2BD: hue angle of 177.64º 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 #43C2BD is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 194 | 189 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.24 |
| HSL | 177.64º | 0.51% | 0.51% | - |
| HSV(B) | 177.64º | 0.65% | 0.76% | - |
| XYZ | 30.79 | 43.45 | 54.91 | - |
| YUV | 155.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 194 | 189 | 0.65 | 0 | 0.03 | 0.24 | 177.64 | 0.51 | 0.51 |
| Hex | 43 | C2 | BD | 41 | 0 | 3 | 18 | B2 | 33 | 33 |
| Octal | 103 | 302 | 275 | 101 | 0 | 3 | 30 | 262 | 63 | 63 |
| Binary | 1000011 | 11000010 | 10111101 | 1000001 | 0 | 11 | 11000 | 10110010 | 110011 | 110011 |
Color Harmonies of #43C2BD
Complementary color
Monochromatic Colors of #43C2BD
Black with #43C2BD
Text Example
Text Example
White with #43C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C2BD; }
p { color: rgb(67,194,189); }
H1.HeaderClassName
{
color: #43C2BD;
}
.AnyTagClassName
{
color: #43C2BD;
}
</style>
background-color css
<style>
a { background-color: #43C2BD; }
a { background-color: rgb(67,194,189); }
div.DivClassName
{
background-color: #43C2BD;
}
.BgClassName
{
background-color: #43C2BD;
}
</style>
border-color css
<style>
span { border-color: #43C2BD; }
span { border-color: rgb(67,194,189); }
td.TdClassName
{
border-color: #43C2BD;
}
.TagClassName
{
border-color: #43C2BD;
}
</style>