Shades of Medium Turquoise #43CAC0
Tints of Medium Turquoise #43CAC0
RGB
CMYK
RGB Variations
Color information
#43CAC0 (or 0x43CAC0) is known color: Medium Turquoise. HEX triplet: 43, CA and C0. RGB value is (67,202,192). Sum of RGB (Red+Green+Blue) = 67+202+192=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #43CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CAC0 is #BC353F. Grayscale: #A0A0A0. Windows color (decimal): -12334400 or 12634691. OLE color: 12634691.
HSL color Cylindrical-coordinate representation of color #43CAC0: hue angle of 175.56º 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 #43CAC0 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 192 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.21 |
| HSL | 175.56º | 0.56% | 0.53% | - |
| HSV(B) | 175.56º | 0.67% | 0.79% | - |
| XYZ | 32.95 | 47.24 | 57.25 | - |
| YUV | 160.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 192 | 0.67 | 0 | 0.05 | 0.21 | 175.56 | 0.56 | 0.53 |
| Hex | 43 | CA | C0 | 43 | 0 | 5 | 15 | B0 | 38 | 35 |
| Octal | 103 | 312 | 300 | 103 | 0 | 5 | 25 | 260 | 70 | 65 |
| Binary | 1000011 | 11001010 | 11000000 | 1000011 | 0 | 101 | 10101 | 10110000 | 111000 | 110101 |
Color Harmonies of #43CAC0
Complementary color
Monochromatic Colors of #43CAC0
Black with #43CAC0
Text Example
Text Example
White with #43CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CAC0; }
p { color: rgb(67,202,192); }
H1.HeaderClassName
{
color: #43CAC0;
}
.AnyTagClassName
{
color: #43CAC0;
}
</style>
background-color css
<style>
a { background-color: #43CAC0; }
a { background-color: rgb(67,202,192); }
div.DivClassName
{
background-color: #43CAC0;
}
.BgClassName
{
background-color: #43CAC0;
}
</style>
border-color css
<style>
span { border-color: #43CAC0; }
span { border-color: rgb(67,202,192); }
td.TdClassName
{
border-color: #43CAC0;
}
.TagClassName
{
border-color: #43CAC0;
}
</style>