Shades of Medium Turquoise #43CFBB
Tints of Medium Turquoise #43CFBB
RGB
CMYK
RGB Variations
Color information
#43CFBB (or 0x43CFBB) is known color: Medium Turquoise. HEX triplet: 43, CF and BB. RGB value is (67,207,187). Sum of RGB (Red+Green+Blue) = 67+207+187=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFBB is #BC3044. Grayscale: #A2A2A2. Windows color (decimal): -12333125 or 12308291. OLE color: 12308291.
HSL color Cylindrical-coordinate representation of color #43CFBB: hue angle of 171.43º 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 #43CFBB is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 187 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.19 |
| HSL | 171.43º | 0.59% | 0.54% | - |
| HSV(B) | 171.43º | 0.68% | 0.81% | - |
| XYZ | 33.6 | 49.41 | 54.78 | - |
| YUV | 162.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 187 | 0.68 | 0 | 0.10 | 0.19 | 171.43 | 0.59 | 0.54 |
| Hex | 43 | CF | BB | 44 | 0 | A | 13 | AB | 3B | 36 |
| Octal | 103 | 317 | 273 | 104 | 0 | 12 | 23 | 253 | 73 | 66 |
| Binary | 1000011 | 11001111 | 10111011 | 1000100 | 0 | 1010 | 10011 | 10101011 | 111011 | 110110 |
Color Harmonies of #43CFBB
Complementary color
Monochromatic Colors of #43CFBB
Black with #43CFBB
Text Example
Text Example
White with #43CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFBB; }
p { color: rgb(67,207,187); }
H1.HeaderClassName
{
color: #43CFBB;
}
.AnyTagClassName
{
color: #43CFBB;
}
</style>
background-color css
<style>
a { background-color: #43CFBB; }
a { background-color: rgb(67,207,187); }
div.DivClassName
{
background-color: #43CFBB;
}
.BgClassName
{
background-color: #43CFBB;
}
</style>
border-color css
<style>
span { border-color: #43CFBB; }
span { border-color: rgb(67,207,187); }
td.TdClassName
{
border-color: #43CFBB;
}
.TagClassName
{
border-color: #43CFBB;
}
</style>