Shades of Medium Turquoise #43CABB
Tints of Medium Turquoise #43CABB
RGB
CMYK
RGB Variations
Color information
#43CABB (or 0x43CABB) is known color: Medium Turquoise. HEX triplet: 43, CA and BB. RGB value is (67,202,187). Sum of RGB (Red+Green+Blue) = 67+202+187=456 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.69% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #43CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CABB is #BC3544. Grayscale: #9F9F9F. Windows color (decimal): -12334405 or 12307011. OLE color: 12307011.
HSL color Cylindrical-coordinate representation of color #43CABB: hue angle of 173.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CABB is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 187 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.21 |
| HSL | 173.33º | 0.56% | 0.53% | - |
| HSV(B) | 173.33º | 0.67% | 0.79% | - |
| XYZ | 32.4 | 47.02 | 54.38 | - |
| YUV | 159.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 187 | 0.67 | 0 | 0.07 | 0.21 | 173.33 | 0.56 | 0.53 |
| Hex | 43 | CA | BB | 43 | 0 | 7 | 15 | AD | 38 | 35 |
| Octal | 103 | 312 | 273 | 103 | 0 | 7 | 25 | 255 | 70 | 65 |
| Binary | 1000011 | 11001010 | 10111011 | 1000011 | 0 | 111 | 10101 | 10101101 | 111000 | 110101 |
Color Harmonies of #43CABB
Complementary color
Monochromatic Colors of #43CABB
Black with #43CABB
Text Example
Text Example
White with #43CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CABB; }
p { color: rgb(67,202,187); }
H1.HeaderClassName
{
color: #43CABB;
}
.AnyTagClassName
{
color: #43CABB;
}
</style>
background-color css
<style>
a { background-color: #43CABB; }
a { background-color: rgb(67,202,187); }
div.DivClassName
{
background-color: #43CABB;
}
.BgClassName
{
background-color: #43CABB;
}
</style>
border-color css
<style>
span { border-color: #43CABB; }
span { border-color: rgb(67,202,187); }
td.TdClassName
{
border-color: #43CABB;
}
.TagClassName
{
border-color: #43CABB;
}
</style>