Shades of Medium Turquoise #43BEBA
Tints of Medium Turquoise #43BEBA
RGB
CMYK
RGB Variations
Color information
#43BEBA (or 0x43BEBA) is known color: Medium Turquoise. HEX triplet: 43, BE and BA. RGB value is (67,190,186). Sum of RGB (Red+Green+Blue) = 67+190+186=443 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.12% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #43BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BEBA is #BC4145. Grayscale: #989898. Windows color (decimal): -12337478 or 12238403. OLE color: 12238403.
HSL color Cylindrical-coordinate representation of color #43BEBA: hue angle of 178.05º 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 #43BEBA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 190 | 186 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.25 |
| HSL | 178.05º | 0.49% | 0.5% | - |
| HSV(B) | 178.05º | 0.65% | 0.75% | - |
| XYZ | 29.59 | 41.57 | 52.92 | - |
| YUV | 152.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 186 | 0.65 | 0 | 0.02 | 0.25 | 178.05 | 0.49 | 0.5 |
| Hex | 43 | BE | BA | 41 | 0 | 2 | 19 | B2 | 31 | 32 |
| Octal | 103 | 276 | 272 | 101 | 0 | 2 | 31 | 262 | 61 | 62 |
| Binary | 1000011 | 10111110 | 10111010 | 1000001 | 0 | 10 | 11001 | 10110010 | 110001 | 110010 |
Color Harmonies of #43BEBA
Complementary color
Monochromatic Colors of #43BEBA
Black with #43BEBA
Text Example
Text Example
White with #43BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BEBA; }
p { color: rgb(67,190,186); }
H1.HeaderClassName
{
color: #43BEBA;
}
.AnyTagClassName
{
color: #43BEBA;
}
</style>
background-color css
<style>
a { background-color: #43BEBA; }
a { background-color: rgb(67,190,186); }
div.DivClassName
{
background-color: #43BEBA;
}
.BgClassName
{
background-color: #43BEBA;
}
</style>
border-color css
<style>
span { border-color: #43BEBA; }
span { border-color: rgb(67,190,186); }
td.TdClassName
{
border-color: #43BEBA;
}
.TagClassName
{
border-color: #43BEBA;
}
</style>