Shades of Medium Turquoise #43C8CA
Tints of Medium Turquoise #43C8CA
RGB
CMYK
RGB Variations
Color information
#43C8CA (or 0x43C8CA) is known color: Medium Turquoise. HEX triplet: 43, C8 and CA. RGB value is (67,200,202). Sum of RGB (Red+Green+Blue) = 67+200+202=469 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.29% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #43C8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C8CA is #BC3735. Grayscale: #A0A0A0. Windows color (decimal): -12334902 or 13289539. OLE color: 13289539.
HSL color Cylindrical-coordinate representation of color #43C8CA: hue angle of 180.89º 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 #43C8CA is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 200 | 202 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.21 |
| HSL | 180.89º | 0.56% | 0.53% | - |
| HSV(B) | 180.89º | 0.67% | 0.79% | - |
| XYZ | 33.63 | 46.77 | 63.13 | - |
| YUV | 160.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 202 | 0.67 | 0.01 | 0 | 0.21 | 180.89 | 0.56 | 0.53 |
| Hex | 43 | C8 | CA | 43 | 1 | 0 | 15 | B5 | 38 | 35 |
| Octal | 103 | 310 | 312 | 103 | 1 | 0 | 25 | 265 | 70 | 65 |
| Binary | 1000011 | 11001000 | 11001010 | 1000011 | 1 | 0 | 10101 | 10110101 | 111000 | 110101 |
Color Harmonies of #43C8CA
Complementary color
Monochromatic Colors of #43C8CA
Black with #43C8CA
Text Example
Text Example
White with #43C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C8CA; }
p { color: rgb(67,200,202); }
H1.HeaderClassName
{
color: #43C8CA;
}
.AnyTagClassName
{
color: #43C8CA;
}
</style>
background-color css
<style>
a { background-color: #43C8CA; }
a { background-color: rgb(67,200,202); }
div.DivClassName
{
background-color: #43C8CA;
}
.BgClassName
{
background-color: #43C8CA;
}
</style>
border-color css
<style>
span { border-color: #43C8CA; }
span { border-color: rgb(67,200,202); }
td.TdClassName
{
border-color: #43C8CA;
}
.TagClassName
{
border-color: #43C8CA;
}
</style>