Shades of Medium Turquoise #43C8CD
Tints of Medium Turquoise #43C8CD
RGB
CMYK
RGB Variations
Color information
#43C8CD (or 0x43C8CD) is known color: Medium Turquoise. HEX triplet: 43, C8 and CD. RGB value is (67,200,205). Sum of RGB (Red+Green+Blue) = 67+200+205=472 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.19% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #43C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C8CD is #BC3732. Grayscale: #A0A0A0. Windows color (decimal): -12334899 or 13486147. OLE color: 13486147.
HSL color Cylindrical-coordinate representation of color #43C8CD: hue angle of 182.17º 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 #43C8CD is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 200 | 205 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.20 |
| HSL | 182.17º | 0.58% | 0.53% | - |
| HSV(B) | 182.17º | 0.67% | 0.8% | - |
| XYZ | 33.99 | 46.91 | 65.02 | - |
| YUV | 160.8 | 152.94 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 205 | 0.67 | 0.02 | 0 | 0.20 | 182.17 | 0.58 | 0.53 |
| Hex | 43 | C8 | CD | 43 | 2 | 0 | 14 | B6 | 3A | 35 |
| Octal | 103 | 310 | 315 | 103 | 2 | 0 | 24 | 266 | 72 | 65 |
| Binary | 1000011 | 11001000 | 11001101 | 1000011 | 10 | 0 | 10100 | 10110110 | 111010 | 110101 |
Color Harmonies of #43C8CD
Complementary color
Monochromatic Colors of #43C8CD
Black with #43C8CD
Text Example
Text Example
White with #43C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C8CD; }
p { color: rgb(67,200,205); }
H1.HeaderClassName
{
color: #43C8CD;
}
.AnyTagClassName
{
color: #43C8CD;
}
</style>
background-color css
<style>
a { background-color: #43C8CD; }
a { background-color: rgb(67,200,205); }
div.DivClassName
{
background-color: #43C8CD;
}
.BgClassName
{
background-color: #43C8CD;
}
</style>
border-color css
<style>
span { border-color: #43C8CD; }
span { border-color: rgb(67,200,205); }
td.TdClassName
{
border-color: #43C8CD;
}
.TagClassName
{
border-color: #43C8CD;
}
</style>