Shades of Medium Turquoise #43D4D5
Tints of Medium Turquoise #43D4D5
RGB
CMYK
RGB Variations
Color information
#43D4D5 (or 0x43D4D5) is known color: Medium Turquoise. HEX triplet: 43, D4 and D5. RGB value is (67,212,213). Sum of RGB (Red+Green+Blue) = 67+212+213=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #43D4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D4D5 is #BC2B2A. Grayscale: #A8A8A8. Windows color (decimal): -12331819 or 14013507. OLE color: 14013507.
HSL color Cylindrical-coordinate representation of color #43D4D5: hue angle of 180.41º degrees, saturation: 0.63, 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 #43D4D5 is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 212 | 213 | - |
| CMYK | 0.69 | 0.00 | 0 | 0.16 |
| HSL | 180.41º | 0.63% | 0.55% | - |
| HSV(B) | 180.41º | 0.69% | 0.84% | - |
| XYZ | 37.87 | 53.08 | 71.2 | - |
| YUV | 168.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 212 | 213 | 0.69 | 0.00 | 0 | 0.16 | 180.41 | 0.63 | 0.55 |
| Hex | 43 | D4 | D5 | 45 | 0 | 0 | 10 | B4 | 3F | 37 |
| Octal | 103 | 324 | 325 | 105 | 0 | 0 | 20 | 264 | 77 | 67 |
| Binary | 1000011 | 11010100 | 11010101 | 1000101 | 0 | 0 | 10000 | 10110100 | 111111 | 110111 |
Color Harmonies of #43D4D5
Complementary color
Monochromatic Colors of #43D4D5
Black with #43D4D5
Text Example
Text Example
White with #43D4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D4D5; }
p { color: rgb(67,212,213); }
H1.HeaderClassName
{
color: #43D4D5;
}
.AnyTagClassName
{
color: #43D4D5;
}
</style>
background-color css
<style>
a { background-color: #43D4D5; }
a { background-color: rgb(67,212,213); }
div.DivClassName
{
background-color: #43D4D5;
}
.BgClassName
{
background-color: #43D4D5;
}
</style>
border-color css
<style>
span { border-color: #43D4D5; }
span { border-color: rgb(67,212,213); }
td.TdClassName
{
border-color: #43D4D5;
}
.TagClassName
{
border-color: #43D4D5;
}
</style>