Shades of Medium Turquoise #43C2CD
Tints of Medium Turquoise #43C2CD
RGB
CMYK
RGB Variations
Color information
#43C2CD (or 0x43C2CD) is known color: Medium Turquoise. HEX triplet: 43, C2 and CD. RGB value is (67,194,205). Sum of RGB (Red+Green+Blue) = 67+194+205=466 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.38% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #43C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C2CD is #BC3D32. Grayscale: #9D9D9D. Windows color (decimal): -12336435 or 13484611. OLE color: 13484611.
HSL color Cylindrical-coordinate representation of color #43C2CD: hue angle of 184.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C2CD is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 194 | 205 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.20 |
| HSL | 184.78º | 0.58% | 0.53% | - |
| HSV(B) | 184.78º | 0.67% | 0.8% | - |
| XYZ | 32.63 | 44.18 | 64.57 | - |
| YUV | 157.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 194 | 205 | 0.67 | 0.05 | 0 | 0.20 | 184.78 | 0.58 | 0.53 |
| Hex | 43 | C2 | CD | 43 | 5 | 0 | 14 | B9 | 3A | 35 |
| Octal | 103 | 302 | 315 | 103 | 5 | 0 | 24 | 271 | 72 | 65 |
| Binary | 1000011 | 11000010 | 11001101 | 1000011 | 101 | 0 | 10100 | 10111001 | 111010 | 110101 |
Color Harmonies of #43C2CD
Complementary color
Monochromatic Colors of #43C2CD
Black with #43C2CD
Text Example
Text Example
White with #43C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C2CD; }
p { color: rgb(67,194,205); }
H1.HeaderClassName
{
color: #43C2CD;
}
.AnyTagClassName
{
color: #43C2CD;
}
</style>
background-color css
<style>
a { background-color: #43C2CD; }
a { background-color: rgb(67,194,205); }
div.DivClassName
{
background-color: #43C2CD;
}
.BgClassName
{
background-color: #43C2CD;
}
</style>
border-color css
<style>
span { border-color: #43C2CD; }
span { border-color: rgb(67,194,205); }
td.TdClassName
{
border-color: #43C2CD;
}
.TagClassName
{
border-color: #43C2CD;
}
</style>