Shades of Medium Turquoise #43CACA
Tints of Medium Turquoise #43CACA
RGB
CMYK
RGB Variations
Color information
#43CACA (or 0x43CACA) is known color: Medium Turquoise. HEX triplet: 43, CA and CA. RGB value is (67,202,202). Sum of RGB (Red+Green+Blue) = 67+202+202=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #43CACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CACA is #BC3535. Grayscale: #A1A1A1. Windows color (decimal): -12334390 or 13290051. OLE color: 13290051.
HSL color Cylindrical-coordinate representation of color #43CACA: hue angle of 180º 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 #43CACA is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 202 | - |
| CMYK | 0.67 | 0 | 0 | 0.21 |
| HSL | 180º | 0.56% | 0.53% | - |
| HSV(B) | 180º | 0.67% | 0.79% | - |
| XYZ | 34.1 | 47.7 | 63.29 | - |
| YUV | 161.64 | 150.77 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 202 | 0.67 | 0 | 0 | 0.21 | 180 | 0.56 | 0.53 |
| Hex | 43 | CA | CA | 43 | 0 | 0 | 15 | B4 | 38 | 35 |
| Octal | 103 | 312 | 312 | 103 | 0 | 0 | 25 | 264 | 70 | 65 |
| Binary | 1000011 | 11001010 | 11001010 | 1000011 | 0 | 0 | 10101 | 10110100 | 111000 | 110101 |
Color Harmonies of #43CACA
Complementary color
Monochromatic Colors of #43CACA
Black with #43CACA
Text Example
Text Example
White with #43CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CACA; }
p { color: rgb(67,202,202); }
H1.HeaderClassName
{
color: #43CACA;
}
.AnyTagClassName
{
color: #43CACA;
}
</style>
background-color css
<style>
a { background-color: #43CACA; }
a { background-color: rgb(67,202,202); }
div.DivClassName
{
background-color: #43CACA;
}
.BgClassName
{
background-color: #43CACA;
}
</style>
border-color css
<style>
span { border-color: #43CACA; }
span { border-color: rgb(67,202,202); }
td.TdClassName
{
border-color: #43CACA;
}
.TagClassName
{
border-color: #43CACA;
}
</style>