Shades of Medium Turquoise #43BFBD
Tints of Medium Turquoise #43BFBD
RGB
CMYK
RGB Variations
Color information
#43BFBD (or 0x43BFBD) is known color: Medium Turquoise. HEX triplet: 43, BF and BD. RGB value is (67,191,189). Sum of RGB (Red+Green+Blue) = 67+191+189=447 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.99% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #43BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BFBD is #BC4042. Grayscale: #999999. Windows color (decimal): -12337219 or 12435267. OLE color: 12435267.
HSL color Cylindrical-coordinate representation of color #43BFBD: hue angle of 179.03º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BFBD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 191 | 189 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.25 |
| HSL | 179.03º | 0.49% | 0.51% | - |
| HSV(B) | 179.03º | 0.65% | 0.75% | - |
| XYZ | 30.13 | 42.13 | 54.69 | - |
| YUV | 153.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 191 | 189 | 0.65 | 0 | 0.01 | 0.25 | 179.03 | 0.49 | 0.51 |
| Hex | 43 | BF | BD | 41 | 0 | 1 | 19 | B3 | 31 | 33 |
| Octal | 103 | 277 | 275 | 101 | 0 | 1 | 31 | 263 | 61 | 63 |
| Binary | 1000011 | 10111111 | 10111101 | 1000001 | 0 | 1 | 11001 | 10110011 | 110001 | 110011 |
Color Harmonies of #43BFBD
Complementary color
Monochromatic Colors of #43BFBD
Black with #43BFBD
Text Example
Text Example
White with #43BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BFBD; }
p { color: rgb(67,191,189); }
H1.HeaderClassName
{
color: #43BFBD;
}
.AnyTagClassName
{
color: #43BFBD;
}
</style>
background-color css
<style>
a { background-color: #43BFBD; }
a { background-color: rgb(67,191,189); }
div.DivClassName
{
background-color: #43BFBD;
}
.BgClassName
{
background-color: #43BFBD;
}
</style>
border-color css
<style>
span { border-color: #43BFBD; }
span { border-color: rgb(67,191,189); }
td.TdClassName
{
border-color: #43BFBD;
}
.TagClassName
{
border-color: #43BFBD;
}
</style>