Shades of Medium Turquoise #43BCB5
Tints of Medium Turquoise #43BCB5
RGB
CMYK
RGB Variations
Color information
#43BCB5 (or 0x43BCB5) is known color: Medium Turquoise. HEX triplet: 43, BC and B5. RGB value is (67,188,181). Sum of RGB (Red+Green+Blue) = 67+188+181=436 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.37% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #43BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCB5 is #BC434A. Grayscale: #969696. Windows color (decimal): -12337995 or 11910211. OLE color: 11910211.
HSL color Cylindrical-coordinate representation of color #43BCB5: hue angle of 176.53º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BCB5 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 181 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.26 |
| HSL | 176.53º | 0.47% | 0.5% | - |
| HSV(B) | 176.53º | 0.64% | 0.74% | - |
| XYZ | 28.64 | 40.5 | 50.02 | - |
| YUV | 151.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 181 | 0.64 | 0 | 0.04 | 0.26 | 176.53 | 0.47 | 0.5 |
| Hex | 43 | BC | B5 | 40 | 0 | 4 | 1A | B1 | 2F | 32 |
| Octal | 103 | 274 | 265 | 100 | 0 | 4 | 32 | 261 | 57 | 62 |
| Binary | 1000011 | 10111100 | 10110101 | 1000000 | 0 | 100 | 11010 | 10110001 | 101111 | 110010 |
Color Harmonies of #43BCB5
Complementary color
Monochromatic Colors of #43BCB5
Black with #43BCB5
Text Example
Text Example
White with #43BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCB5; }
p { color: rgb(67,188,181); }
H1.HeaderClassName
{
color: #43BCB5;
}
.AnyTagClassName
{
color: #43BCB5;
}
</style>
background-color css
<style>
a { background-color: #43BCB5; }
a { background-color: rgb(67,188,181); }
div.DivClassName
{
background-color: #43BCB5;
}
.BgClassName
{
background-color: #43BCB5;
}
</style>
border-color css
<style>
span { border-color: #43BCB5; }
span { border-color: rgb(67,188,181); }
td.TdClassName
{
border-color: #43BCB5;
}
.TagClassName
{
border-color: #43BCB5;
}
</style>