Shades of Medium Turquoise #43CDBC
Tints of Medium Turquoise #43CDBC
RGB
CMYK
RGB Variations
Color information
#43CDBC (or 0x43CDBC) is known color: Medium Turquoise. HEX triplet: 43, CD and BC. RGB value is (67,205,188). Sum of RGB (Red+Green+Blue) = 67+205+188=460 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.57% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #43CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDBC is #BC3243. Grayscale: #A1A1A1. Windows color (decimal): -12333636 or 12373315. OLE color: 12373315.
HSL color Cylindrical-coordinate representation of color #43CDBC: hue angle of 172.61º 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 #43CDBC is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 205 | 188 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.20 |
| HSL | 172.61º | 0.58% | 0.53% | - |
| HSV(B) | 172.61º | 0.67% | 0.8% | - |
| XYZ | 33.22 | 48.49 | 55.18 | - |
| YUV | 161.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 188 | 0.67 | 0 | 0.08 | 0.20 | 172.61 | 0.58 | 0.53 |
| Hex | 43 | CD | BC | 43 | 0 | 8 | 14 | AD | 3A | 35 |
| Octal | 103 | 315 | 274 | 103 | 0 | 10 | 24 | 255 | 72 | 65 |
| Binary | 1000011 | 11001101 | 10111100 | 1000011 | 0 | 1000 | 10100 | 10101101 | 111010 | 110101 |
Color Harmonies of #43CDBC
Complementary color
Monochromatic Colors of #43CDBC
Black with #43CDBC
Text Example
Text Example
White with #43CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CDBC; }
p { color: rgb(67,205,188); }
H1.HeaderClassName
{
color: #43CDBC;
}
.AnyTagClassName
{
color: #43CDBC;
}
</style>
background-color css
<style>
a { background-color: #43CDBC; }
a { background-color: rgb(67,205,188); }
div.DivClassName
{
background-color: #43CDBC;
}
.BgClassName
{
background-color: #43CDBC;
}
</style>
border-color css
<style>
span { border-color: #43CDBC; }
span { border-color: rgb(67,205,188); }
td.TdClassName
{
border-color: #43CDBC;
}
.TagClassName
{
border-color: #43CDBC;
}
</style>