Shades of Medium Turquoise #43C5C8
Tints of Medium Turquoise #43C5C8
RGB
CMYK
RGB Variations
Color information
#43C5C8 (or 0x43C5C8) is known color: Medium Turquoise. HEX triplet: 43, C5 and C8. RGB value is (67,197,200). Sum of RGB (Red+Green+Blue) = 67+197+200=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #43C5C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C5C8 is #BC3A37. Grayscale: #9E9E9E. Windows color (decimal): -12335672 or 13157699. OLE color: 13157699.
HSL color Cylindrical-coordinate representation of color #43C5C8: hue angle of 181.35º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C5C8 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 197 | 200 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.22 |
| HSL | 181.35º | 0.55% | 0.52% | - |
| HSV(B) | 181.35º | 0.67% | 0.78% | - |
| XYZ | 32.71 | 45.3 | 61.66 | - |
| YUV | 158.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 200 | 0.66 | 0.02 | 0 | 0.22 | 181.35 | 0.55 | 0.52 |
| Hex | 43 | C5 | C8 | 42 | 2 | 0 | 16 | B5 | 37 | 34 |
| Octal | 103 | 305 | 310 | 102 | 2 | 0 | 26 | 265 | 67 | 64 |
| Binary | 1000011 | 11000101 | 11001000 | 1000010 | 10 | 0 | 10110 | 10110101 | 110111 | 110100 |
Color Harmonies of #43C5C8
Complementary color
Monochromatic Colors of #43C5C8
Black with #43C5C8
Text Example
Text Example
White with #43C5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C5C8; }
p { color: rgb(67,197,200); }
H1.HeaderClassName
{
color: #43C5C8;
}
.AnyTagClassName
{
color: #43C5C8;
}
</style>
background-color css
<style>
a { background-color: #43C5C8; }
a { background-color: rgb(67,197,200); }
div.DivClassName
{
background-color: #43C5C8;
}
.BgClassName
{
background-color: #43C5C8;
}
</style>
border-color css
<style>
span { border-color: #43C5C8; }
span { border-color: rgb(67,197,200); }
td.TdClassName
{
border-color: #43C5C8;
}
.TagClassName
{
border-color: #43C5C8;
}
</style>