Shades of Medium Turquoise #43D4D6
Tints of Medium Turquoise #43D4D6
RGB
CMYK
RGB Variations
Color information
#43D4D6 (or 0x43D4D6) is known color: Medium Turquoise. HEX triplet: 43, D4 and D6. RGB value is (67,212,214). Sum of RGB (Red+Green+Blue) = 67+212+214=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #43D4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D4D6 is #BC2B29. Grayscale: #A8A8A8. Windows color (decimal): -12331818 or 14079043. OLE color: 14079043.
HSL color Cylindrical-coordinate representation of color #43D4D6: hue angle of 180.82º degrees, saturation: 0.64, 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 #43D4D6 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 212 | 214 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.16 |
| HSL | 180.82º | 0.64% | 0.55% | - |
| HSV(B) | 180.82º | 0.69% | 0.84% | - |
| XYZ | 38 | 53.14 | 71.87 | - |
| YUV | 168.87 | 153.46 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 212 | 214 | 0.69 | 0.01 | 0 | 0.16 | 180.82 | 0.64 | 0.55 |
| Hex | 43 | D4 | D6 | 45 | 1 | 0 | 10 | B5 | 40 | 37 |
| Octal | 103 | 324 | 326 | 105 | 1 | 0 | 20 | 265 | 100 | 67 |
| Binary | 1000011 | 11010100 | 11010110 | 1000101 | 1 | 0 | 10000 | 10110101 | 1000000 | 110111 |
Color Harmonies of #43D4D6
Complementary color
Monochromatic Colors of #43D4D6
Black with #43D4D6
Text Example
Text Example
White with #43D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D4D6; }
p { color: rgb(67,212,214); }
H1.HeaderClassName
{
color: #43D4D6;
}
.AnyTagClassName
{
color: #43D4D6;
}
</style>
background-color css
<style>
a { background-color: #43D4D6; }
a { background-color: rgb(67,212,214); }
div.DivClassName
{
background-color: #43D4D6;
}
.BgClassName
{
background-color: #43D4D6;
}
</style>
border-color css
<style>
span { border-color: #43D4D6; }
span { border-color: rgb(67,212,214); }
td.TdClassName
{
border-color: #43D4D6;
}
.TagClassName
{
border-color: #43D4D6;
}
</style>