Shades of Medium Turquoise #43BDBA
Tints of Medium Turquoise #43BDBA
RGB
CMYK
RGB Variations
Color information
#43BDBA (or 0x43BDBA) is known color: Medium Turquoise. HEX triplet: 43, BD and BA. RGB value is (67,189,186). Sum of RGB (Red+Green+Blue) = 67+189+186=442 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.16% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #43BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BDBA is #BC4245. Grayscale: #989898. Windows color (decimal): -12337734 or 12238147. OLE color: 12238147.
HSL color Cylindrical-coordinate representation of color #43BDBA: hue angle of 178.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BDBA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 186 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.26 |
| HSL | 178.52º | 0.48% | 0.5% | - |
| HSV(B) | 178.52º | 0.65% | 0.74% | - |
| XYZ | 29.38 | 41.13 | 52.85 | - |
| YUV | 152.18 | 147.08 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 186 | 0.65 | 0 | 0.02 | 0.26 | 178.52 | 0.48 | 0.5 |
| Hex | 43 | BD | BA | 41 | 0 | 2 | 1A | B3 | 30 | 32 |
| Octal | 103 | 275 | 272 | 101 | 0 | 2 | 32 | 263 | 60 | 62 |
| Binary | 1000011 | 10111101 | 10111010 | 1000001 | 0 | 10 | 11010 | 10110011 | 110000 | 110010 |
Color Harmonies of #43BDBA
Complementary color
Monochromatic Colors of #43BDBA
Black with #43BDBA
Text Example
Text Example
White with #43BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BDBA; }
p { color: rgb(67,189,186); }
H1.HeaderClassName
{
color: #43BDBA;
}
.AnyTagClassName
{
color: #43BDBA;
}
</style>
background-color css
<style>
a { background-color: #43BDBA; }
a { background-color: rgb(67,189,186); }
div.DivClassName
{
background-color: #43BDBA;
}
.BgClassName
{
background-color: #43BDBA;
}
</style>
border-color css
<style>
span { border-color: #43BDBA; }
span { border-color: rgb(67,189,186); }
td.TdClassName
{
border-color: #43BDBA;
}
.TagClassName
{
border-color: #43BDBA;
}
</style>