Shades of Medium Turquoise #43CDC9
Tints of Medium Turquoise #43CDC9
RGB
CMYK
RGB Variations
Color information
#43CDC9 (or 0x43CDC9) is known color: Medium Turquoise. HEX triplet: 43, CD and C9. RGB value is (67,205,201). Sum of RGB (Red+Green+Blue) = 67+205+201=473 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.16% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #43CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDC9 is #BC3236. Grayscale: #A3A3A3. Windows color (decimal): -12333623 or 13225283. OLE color: 13225283.
HSL color Cylindrical-coordinate representation of color #43CDC9: hue angle of 178.26º 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 #43CDC9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 205 | 201 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.20 |
| HSL | 178.26º | 0.58% | 0.53% | - |
| HSV(B) | 178.26º | 0.67% | 0.8% | - |
| XYZ | 34.69 | 49.07 | 62.9 | - |
| YUV | 163.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 201 | 0.67 | 0 | 0.02 | 0.20 | 178.26 | 0.58 | 0.53 |
| Hex | 43 | CD | C9 | 43 | 0 | 2 | 14 | B2 | 3A | 35 |
| Octal | 103 | 315 | 311 | 103 | 0 | 2 | 24 | 262 | 72 | 65 |
| Binary | 1000011 | 11001101 | 11001001 | 1000011 | 0 | 10 | 10100 | 10110010 | 111010 | 110101 |
Color Harmonies of #43CDC9
Complementary color
Monochromatic Colors of #43CDC9
Black with #43CDC9
Text Example
Text Example
White with #43CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CDC9; }
p { color: rgb(67,205,201); }
H1.HeaderClassName
{
color: #43CDC9;
}
.AnyTagClassName
{
color: #43CDC9;
}
</style>
background-color css
<style>
a { background-color: #43CDC9; }
a { background-color: rgb(67,205,201); }
div.DivClassName
{
background-color: #43CDC9;
}
.BgClassName
{
background-color: #43CDC9;
}
</style>
border-color css
<style>
span { border-color: #43CDC9; }
span { border-color: rgb(67,205,201); }
td.TdClassName
{
border-color: #43CDC9;
}
.TagClassName
{
border-color: #43CDC9;
}
</style>