Shades of Medium Turquoise #43C0C6
Tints of Medium Turquoise #43C0C6
RGB
CMYK
RGB Variations
Color information
#43C0C6 (or 0x43C0C6) is known color: Medium Turquoise. HEX triplet: 43, C0 and C6. RGB value is (67,192,198). Sum of RGB (Red+Green+Blue) = 67+192+198=457 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.66% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #43C0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0C6 is #BC3F39. Grayscale: #9B9B9B. Windows color (decimal): -12336954 or 13025347. OLE color: 13025347.
HSL color Cylindrical-coordinate representation of color #43C0C6: hue angle of 182.75º degrees, saturation: 0.53, 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 #43C0C6 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 192 | 198 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.22 |
| HSL | 182.75º | 0.53% | 0.52% | - |
| HSV(B) | 182.75º | 0.66% | 0.78% | - |
| XYZ | 31.36 | 42.97 | 60.07 | - |
| YUV | 155.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 198 | 0.66 | 0.03 | 0 | 0.22 | 182.75 | 0.53 | 0.52 |
| Hex | 43 | C0 | C6 | 42 | 3 | 0 | 16 | B7 | 35 | 34 |
| Octal | 103 | 300 | 306 | 102 | 3 | 0 | 26 | 267 | 65 | 64 |
| Binary | 1000011 | 11000000 | 11000110 | 1000010 | 11 | 0 | 10110 | 10110111 | 110101 | 110100 |
Color Harmonies of #43C0C6
Complementary color
Monochromatic Colors of #43C0C6
Black with #43C0C6
Text Example
Text Example
White with #43C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C0C6; }
p { color: rgb(67,192,198); }
H1.HeaderClassName
{
color: #43C0C6;
}
.AnyTagClassName
{
color: #43C0C6;
}
</style>
background-color css
<style>
a { background-color: #43C0C6; }
a { background-color: rgb(67,192,198); }
div.DivClassName
{
background-color: #43C0C6;
}
.BgClassName
{
background-color: #43C0C6;
}
</style>
border-color css
<style>
span { border-color: #43C0C6; }
span { border-color: rgb(67,192,198); }
td.TdClassName
{
border-color: #43C0C6;
}
.TagClassName
{
border-color: #43C0C6;
}
</style>