Shades of Medium Turquoise #43D0BC
Tints of Medium Turquoise #43D0BC
RGB
CMYK
RGB Variations
Color information
#43D0BC (or 0x43D0BC) is known color: Medium Turquoise. HEX triplet: 43, D0 and BC. RGB value is (67,208,188). Sum of RGB (Red+Green+Blue) = 67+208+188=463 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.47% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #43D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D0BC is #BC2F43. Grayscale: #A3A3A3. Windows color (decimal): -12332868 or 12374083. OLE color: 12374083.
HSL color Cylindrical-coordinate representation of color #43D0BC: hue angle of 171.49º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D0BC is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 188 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.18 |
| HSL | 171.49º | 0.6% | 0.54% | - |
| HSV(B) | 171.49º | 0.68% | 0.82% | - |
| XYZ | 33.95 | 49.94 | 55.43 | - |
| YUV | 163.56 | 141.79 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 188 | 0.68 | 0 | 0.10 | 0.18 | 171.49 | 0.6 | 0.54 |
| Hex | 43 | D0 | BC | 44 | 0 | A | 12 | AB | 3C | 36 |
| Octal | 103 | 320 | 274 | 104 | 0 | 12 | 22 | 253 | 74 | 66 |
| Binary | 1000011 | 11010000 | 10111100 | 1000100 | 0 | 1010 | 10010 | 10101011 | 111100 | 110110 |
Color Harmonies of #43D0BC
Complementary color
Monochromatic Colors of #43D0BC
Black with #43D0BC
Text Example
Text Example
White with #43D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D0BC; }
p { color: rgb(67,208,188); }
H1.HeaderClassName
{
color: #43D0BC;
}
.AnyTagClassName
{
color: #43D0BC;
}
</style>
background-color css
<style>
a { background-color: #43D0BC; }
a { background-color: rgb(67,208,188); }
div.DivClassName
{
background-color: #43D0BC;
}
.BgClassName
{
background-color: #43D0BC;
}
</style>
border-color css
<style>
span { border-color: #43D0BC; }
span { border-color: rgb(67,208,188); }
td.TdClassName
{
border-color: #43D0BC;
}
.TagClassName
{
border-color: #43D0BC;
}
</style>