Shades of Medium Turquoise #43BFBB
Tints of Medium Turquoise #43BFBB
RGB
CMYK
RGB Variations
Color information
#43BFBB (or 0x43BFBB) is known color: Medium Turquoise. HEX triplet: 43, BF and BB. RGB value is (67,191,187). Sum of RGB (Red+Green+Blue) = 67+191+187=445 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.06% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #43BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BFBB is #BC4044. Grayscale: #999999. Windows color (decimal): -12337221 or 12304195. OLE color: 12304195.
HSL color Cylindrical-coordinate representation of color #43BFBB: hue angle of 178.06º 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 #43BFBB is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 191 | 187 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.25 |
| HSL | 178.06º | 0.49% | 0.51% | - |
| HSV(B) | 178.06º | 0.65% | 0.75% | - |
| XYZ | 29.92 | 42.04 | 53.55 | - |
| YUV | 153.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 191 | 187 | 0.65 | 0 | 0.02 | 0.25 | 178.06 | 0.49 | 0.51 |
| Hex | 43 | BF | BB | 41 | 0 | 2 | 19 | B2 | 31 | 33 |
| Octal | 103 | 277 | 273 | 101 | 0 | 2 | 31 | 262 | 61 | 63 |
| Binary | 1000011 | 10111111 | 10111011 | 1000001 | 0 | 10 | 11001 | 10110010 | 110001 | 110011 |
Color Harmonies of #43BFBB
Complementary color
Monochromatic Colors of #43BFBB
Black with #43BFBB
Text Example
Text Example
White with #43BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BFBB; }
p { color: rgb(67,191,187); }
H1.HeaderClassName
{
color: #43BFBB;
}
.AnyTagClassName
{
color: #43BFBB;
}
</style>
background-color css
<style>
a { background-color: #43BFBB; }
a { background-color: rgb(67,191,187); }
div.DivClassName
{
background-color: #43BFBB;
}
.BgClassName
{
background-color: #43BFBB;
}
</style>
border-color css
<style>
span { border-color: #43BFBB; }
span { border-color: rgb(67,191,187); }
td.TdClassName
{
border-color: #43BFBB;
}
.TagClassName
{
border-color: #43BFBB;
}
</style>