Shades of Medium Turquoise #43C9DC
Tints of Medium Turquoise #43C9DC
RGB
CMYK
RGB Variations
Color information
#43C9DC (or 0x43C9DC) is known color: Medium Turquoise. HEX triplet: 43, C9 and DC. RGB value is (67,201,220). Sum of RGB (Red+Green+Blue) = 67+201+220=488 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.73% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #43C9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C9DC is #BC3623. Grayscale: #A2A2A2. Windows color (decimal): -12334628 or 14469443. OLE color: 14469443.
HSL color Cylindrical-coordinate representation of color #43C9DC: hue angle of 187.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43C9DC is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 201 | 220 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.14 |
| HSL | 187.45º | 0.69% | 0.56% | - |
| HSV(B) | 187.45º | 0.7% | 0.86% | - |
| XYZ | 36.12 | 48.13 | 75.1 | - |
| YUV | 163.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 220 | 0.70 | 0.09 | 0 | 0.14 | 187.45 | 0.69 | 0.56 |
| Hex | 43 | C9 | DC | 46 | 9 | 0 | E | BB | 45 | 38 |
| Octal | 103 | 311 | 334 | 106 | 11 | 0 | 16 | 273 | 105 | 70 |
| Binary | 1000011 | 11001001 | 11011100 | 1000110 | 1001 | 0 | 1110 | 10111011 | 1000101 | 111000 |
Color Harmonies of #43C9DC
Complementary color
Monochromatic Colors of #43C9DC
Black with #43C9DC
Text Example
Text Example
White with #43C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C9DC; }
p { color: rgb(67,201,220); }
H1.HeaderClassName
{
color: #43C9DC;
}
.AnyTagClassName
{
color: #43C9DC;
}
</style>
background-color css
<style>
a { background-color: #43C9DC; }
a { background-color: rgb(67,201,220); }
div.DivClassName
{
background-color: #43C9DC;
}
.BgClassName
{
background-color: #43C9DC;
}
</style>
border-color css
<style>
span { border-color: #43C9DC; }
span { border-color: rgb(67,201,220); }
td.TdClassName
{
border-color: #43C9DC;
}
.TagClassName
{
border-color: #43C9DC;
}
</style>