Shades of Medium Turquoise #43D8C1
Tints of Medium Turquoise #43D8C1
RGB
CMYK
RGB Variations
Color information
#43D8C1 (or 0x43D8C1) is known color: Medium Turquoise. HEX triplet: 43, D8 and C1. RGB value is (67,216,193). Sum of RGB (Red+Green+Blue) = 67+216+193=476 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.08% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #43D8C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D8C1 is #BC273E. Grayscale: #A8A8A8. Windows color (decimal): -12330815 or 12703811. OLE color: 12703811.
HSL color Cylindrical-coordinate representation of color #43D8C1: hue angle of 170.74º 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 #43D8C1 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 193 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.15 |
| HSL | 170.74º | 0.66% | 0.55% | - |
| HSV(B) | 170.74º | 0.69% | 0.85% | - |
| XYZ | 36.5 | 54.16 | 58.98 | - |
| YUV | 168.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 193 | 0.69 | 0 | 0.11 | 0.15 | 170.74 | 0.66 | 0.55 |
| Hex | 43 | D8 | C1 | 45 | 0 | B | F | AB | 42 | 37 |
| Octal | 103 | 330 | 301 | 105 | 0 | 13 | 17 | 253 | 102 | 67 |
| Binary | 1000011 | 11011000 | 11000001 | 1000101 | 0 | 1011 | 1111 | 10101011 | 1000010 | 110111 |
Color Harmonies of #43D8C1
Complementary color
Monochromatic Colors of #43D8C1
Black with #43D8C1
Text Example
Text Example
White with #43D8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D8C1; }
p { color: rgb(67,216,193); }
H1.HeaderClassName
{
color: #43D8C1;
}
.AnyTagClassName
{
color: #43D8C1;
}
</style>
background-color css
<style>
a { background-color: #43D8C1; }
a { background-color: rgb(67,216,193); }
div.DivClassName
{
background-color: #43D8C1;
}
.BgClassName
{
background-color: #43D8C1;
}
</style>
border-color css
<style>
span { border-color: #43D8C1; }
span { border-color: rgb(67,216,193); }
td.TdClassName
{
border-color: #43D8C1;
}
.TagClassName
{
border-color: #43D8C1;
}
</style>