Shades of Medium Turquoise #43CFBD
Tints of Medium Turquoise #43CFBD
RGB
CMYK
RGB Variations
Color information
#43CFBD (or 0x43CFBD) is known color: Medium Turquoise. HEX triplet: 43, CF and BD. RGB value is (67,207,189). Sum of RGB (Red+Green+Blue) = 67+207+189=463 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.47% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFBD is #BC3042. Grayscale: #A3A3A3. Windows color (decimal): -12333123 or 12439363. OLE color: 12439363.
HSL color Cylindrical-coordinate representation of color #43CFBD: hue angle of 172.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CFBD is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 189 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.19 |
| HSL | 172.29º | 0.59% | 0.54% | - |
| HSV(B) | 172.29º | 0.68% | 0.81% | - |
| XYZ | 33.81 | 49.49 | 55.92 | - |
| YUV | 163.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 189 | 0.68 | 0 | 0.09 | 0.19 | 172.29 | 0.59 | 0.54 |
| Hex | 43 | CF | BD | 44 | 0 | 9 | 13 | AC | 3B | 36 |
| Octal | 103 | 317 | 275 | 104 | 0 | 11 | 23 | 254 | 73 | 66 |
| Binary | 1000011 | 11001111 | 10111101 | 1000100 | 0 | 1001 | 10011 | 10101100 | 111011 | 110110 |
Color Harmonies of #43CFBD
Complementary color
Monochromatic Colors of #43CFBD
Black with #43CFBD
Text Example
Text Example
White with #43CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFBD; }
p { color: rgb(67,207,189); }
H1.HeaderClassName
{
color: #43CFBD;
}
.AnyTagClassName
{
color: #43CFBD;
}
</style>
background-color css
<style>
a { background-color: #43CFBD; }
a { background-color: rgb(67,207,189); }
div.DivClassName
{
background-color: #43CFBD;
}
.BgClassName
{
background-color: #43CFBD;
}
</style>
border-color css
<style>
span { border-color: #43CFBD; }
span { border-color: rgb(67,207,189); }
td.TdClassName
{
border-color: #43CFBD;
}
.TagClassName
{
border-color: #43CFBD;
}
</style>