Shades of Medium Turquoise #43C6CC
Tints of Medium Turquoise #43C6CC
RGB
CMYK
RGB Variations
Color information
#43C6CC (or 0x43C6CC) is known color: Medium Turquoise. HEX triplet: 43, C6 and CC. RGB value is (67,198,204). Sum of RGB (Red+Green+Blue) = 67+198+204=469 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.29% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #43C6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C6CC is #BC3933. Grayscale: #9F9F9F. Windows color (decimal): -12335412 or 13420099. OLE color: 13420099.
HSL color Cylindrical-coordinate representation of color #43C6CC: hue angle of 182.63º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C6CC is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 198 | 204 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.2 |
| HSL | 182.63º | 0.57% | 0.53% | - |
| HSV(B) | 182.63º | 0.67% | 0.8% | - |
| XYZ | 33.41 | 45.94 | 64.23 | - |
| YUV | 159.52 | 153.1 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 198 | 204 | 0.67 | 0.03 | 0 | 0.2 | 182.63 | 0.57 | 0.53 |
| Hex | 43 | C6 | CC | 43 | 3 | 0 | 14 | B7 | 39 | 35 |
| Octal | 103 | 306 | 314 | 103 | 3 | 0 | 24 | 267 | 71 | 65 |
| Binary | 1000011 | 11000110 | 11001100 | 1000011 | 11 | 0 | 10100 | 10110111 | 111001 | 110101 |
Color Harmonies of #43C6CC
Complementary color
Monochromatic Colors of #43C6CC
Black with #43C6CC
Text Example
Text Example
White with #43C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C6CC; }
p { color: rgb(67,198,204); }
H1.HeaderClassName
{
color: #43C6CC;
}
.AnyTagClassName
{
color: #43C6CC;
}
</style>
background-color css
<style>
a { background-color: #43C6CC; }
a { background-color: rgb(67,198,204); }
div.DivClassName
{
background-color: #43C6CC;
}
.BgClassName
{
background-color: #43C6CC;
}
</style>
border-color css
<style>
span { border-color: #43C6CC; }
span { border-color: rgb(67,198,204); }
td.TdClassName
{
border-color: #43C6CC;
}
.TagClassName
{
border-color: #43C6CC;
}
</style>