Shades of Medium Turquoise #43BEB6
Tints of Medium Turquoise #43BEB6
RGB
CMYK
RGB Variations
Color information
#43BEB6 (or 0x43BEB6) is known color: Medium Turquoise. HEX triplet: 43, BE and B6. RGB value is (67,190,182). Sum of RGB (Red+Green+Blue) = 67+190+182=439 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.26% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #43BEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BEB6 is #BC4149. Grayscale: #989898. Windows color (decimal): -12337482 or 11976259. OLE color: 11976259.
HSL color Cylindrical-coordinate representation of color #43BEB6: hue angle of 176.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BEB6 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 190 | 182 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.25 |
| HSL | 176.1º | 0.49% | 0.5% | - |
| HSV(B) | 176.1º | 0.65% | 0.75% | - |
| XYZ | 29.17 | 41.4 | 50.71 | - |
| YUV | 152.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 182 | 0.65 | 0 | 0.04 | 0.25 | 176.1 | 0.49 | 0.5 |
| Hex | 43 | BE | B6 | 41 | 0 | 4 | 19 | B0 | 31 | 32 |
| Octal | 103 | 276 | 266 | 101 | 0 | 4 | 31 | 260 | 61 | 62 |
| Binary | 1000011 | 10111110 | 10110110 | 1000001 | 0 | 100 | 11001 | 10110000 | 110001 | 110010 |
Color Harmonies of #43BEB6
Complementary color
Monochromatic Colors of #43BEB6
Black with #43BEB6
Text Example
Text Example
White with #43BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BEB6; }
p { color: rgb(67,190,182); }
H1.HeaderClassName
{
color: #43BEB6;
}
.AnyTagClassName
{
color: #43BEB6;
}
</style>
background-color css
<style>
a { background-color: #43BEB6; }
a { background-color: rgb(67,190,182); }
div.DivClassName
{
background-color: #43BEB6;
}
.BgClassName
{
background-color: #43BEB6;
}
</style>
border-color css
<style>
span { border-color: #43BEB6; }
span { border-color: rgb(67,190,182); }
td.TdClassName
{
border-color: #43BEB6;
}
.TagClassName
{
border-color: #43BEB6;
}
</style>