Shades of Medium Turquoise #43CDBD
Tints of Medium Turquoise #43CDBD
RGB
CMYK
RGB Variations
Color information
#43CDBD (or 0x43CDBD) is known color: Medium Turquoise. HEX triplet: 43, CD and BD. RGB value is (67,205,189). Sum of RGB (Red+Green+Blue) = 67+205+189=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #43CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDBD is #BC3242. Grayscale: #A1A1A1. Windows color (decimal): -12333635 or 12438851. OLE color: 12438851.
HSL color Cylindrical-coordinate representation of color #43CDBD: hue angle of 173.04º 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 #43CDBD is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 205 | 189 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.20 |
| HSL | 173.04º | 0.58% | 0.53% | - |
| HSV(B) | 173.04º | 0.67% | 0.8% | - |
| XYZ | 33.33 | 48.53 | 55.75 | - |
| YUV | 161.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 189 | 0.67 | 0 | 0.08 | 0.20 | 173.04 | 0.58 | 0.53 |
| Hex | 43 | CD | BD | 43 | 0 | 8 | 14 | AD | 3A | 35 |
| Octal | 103 | 315 | 275 | 103 | 0 | 10 | 24 | 255 | 72 | 65 |
| Binary | 1000011 | 11001101 | 10111101 | 1000011 | 0 | 1000 | 10100 | 10101101 | 111010 | 110101 |
Color Harmonies of #43CDBD
Complementary color
Monochromatic Colors of #43CDBD
Black with #43CDBD
Text Example
Text Example
White with #43CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CDBD; }
p { color: rgb(67,205,189); }
H1.HeaderClassName
{
color: #43CDBD;
}
.AnyTagClassName
{
color: #43CDBD;
}
</style>
background-color css
<style>
a { background-color: #43CDBD; }
a { background-color: rgb(67,205,189); }
div.DivClassName
{
background-color: #43CDBD;
}
.BgClassName
{
background-color: #43CDBD;
}
</style>
border-color css
<style>
span { border-color: #43CDBD; }
span { border-color: rgb(67,205,189); }
td.TdClassName
{
border-color: #43CDBD;
}
.TagClassName
{
border-color: #43CDBD;
}
</style>