Shades of Medium Turquoise #43D8BE
Tints of Medium Turquoise #43D8BE
RGB
CMYK
RGB Variations
Color information
#43D8BE (or 0x43D8BE) is known color: Medium Turquoise. HEX triplet: 43, D8 and BE. RGB value is (67,216,190). Sum of RGB (Red+Green+Blue) = 67+216+190=473 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.16% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #43D8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D8BE is #BC2741. Grayscale: #A8A8A8. Windows color (decimal): -12330818 or 12507203. OLE color: 12507203.
HSL color Cylindrical-coordinate representation of color #43D8BE: hue angle of 169.53º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D8BE is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 190 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.15 |
| HSL | 169.53º | 0.66% | 0.55% | - |
| HSV(B) | 169.53º | 0.69% | 0.85% | - |
| XYZ | 36.16 | 54.02 | 57.24 | - |
| YUV | 168.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 190 | 0.69 | 0 | 0.12 | 0.15 | 169.53 | 0.66 | 0.55 |
| Hex | 43 | D8 | BE | 45 | 0 | C | F | AA | 42 | 37 |
| Octal | 103 | 330 | 276 | 105 | 0 | 14 | 17 | 252 | 102 | 67 |
| Binary | 1000011 | 11011000 | 10111110 | 1000101 | 0 | 1100 | 1111 | 10101010 | 1000010 | 110111 |
Color Harmonies of #43D8BE
Complementary color
Monochromatic Colors of #43D8BE
Black with #43D8BE
Text Example
Text Example
White with #43D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D8BE; }
p { color: rgb(67,216,190); }
H1.HeaderClassName
{
color: #43D8BE;
}
.AnyTagClassName
{
color: #43D8BE;
}
</style>
background-color css
<style>
a { background-color: #43D8BE; }
a { background-color: rgb(67,216,190); }
div.DivClassName
{
background-color: #43D8BE;
}
.BgClassName
{
background-color: #43D8BE;
}
</style>
border-color css
<style>
span { border-color: #43D8BE; }
span { border-color: rgb(67,216,190); }
td.TdClassName
{
border-color: #43D8BE;
}
.TagClassName
{
border-color: #43D8BE;
}
</style>