Shades of Medium Turquoise #43D7BD
Tints of Medium Turquoise #43D7BD
RGB
CMYK
RGB Variations
Color information
#43D7BD (or 0x43D7BD) is known color: Medium Turquoise. HEX triplet: 43, D7 and BD. RGB value is (67,215,189). Sum of RGB (Red+Green+Blue) = 67+215+189=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #43D7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D7BD is #BC2842. Grayscale: #A7A7A7. Windows color (decimal): -12331075 or 12441411. OLE color: 12441411.
HSL color Cylindrical-coordinate representation of color #43D7BD: hue angle of 169.46º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D7BD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 215 | 189 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.16 |
| HSL | 169.46º | 0.65% | 0.55% | - |
| HSV(B) | 169.46º | 0.69% | 0.84% | - |
| XYZ | 35.8 | 53.47 | 56.58 | - |
| YUV | 167.78 | 139.97 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 215 | 189 | 0.69 | 0 | 0.12 | 0.16 | 169.46 | 0.65 | 0.55 |
| Hex | 43 | D7 | BD | 45 | 0 | C | 10 | A9 | 41 | 37 |
| Octal | 103 | 327 | 275 | 105 | 0 | 14 | 20 | 251 | 101 | 67 |
| Binary | 1000011 | 11010111 | 10111101 | 1000101 | 0 | 1100 | 10000 | 10101001 | 1000001 | 110111 |
Color Harmonies of #43D7BD
Complementary color
Monochromatic Colors of #43D7BD
Black with #43D7BD
Text Example
Text Example
White with #43D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D7BD; }
p { color: rgb(67,215,189); }
H1.HeaderClassName
{
color: #43D7BD;
}
.AnyTagClassName
{
color: #43D7BD;
}
</style>
background-color css
<style>
a { background-color: #43D7BD; }
a { background-color: rgb(67,215,189); }
div.DivClassName
{
background-color: #43D7BD;
}
.BgClassName
{
background-color: #43D7BD;
}
</style>
border-color css
<style>
span { border-color: #43D7BD; }
span { border-color: rgb(67,215,189); }
td.TdClassName
{
border-color: #43D7BD;
}
.TagClassName
{
border-color: #43D7BD;
}
</style>