Shades of Medium Turquoise #43CCB7
Tints of Medium Turquoise #43CCB7
RGB
CMYK
RGB Variations
Color information
#43CCB7 (or 0x43CCB7) is known color: Medium Turquoise. HEX triplet: 43, CC and B7. RGB value is (67,204,183). Sum of RGB (Red+Green+Blue) = 67+204+183=454 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.76% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCB7 is #BC3348. Grayscale: #A0A0A0. Windows color (decimal): -12333897 or 12045379. OLE color: 12045379.
HSL color Cylindrical-coordinate representation of color #43CCB7: hue angle of 170.8º 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 #43CCB7 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 183 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.2 |
| HSL | 170.8º | 0.57% | 0.53% | - |
| HSV(B) | 170.8º | 0.67% | 0.8% | - |
| XYZ | 32.45 | 47.8 | 52.32 | - |
| YUV | 160.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 183 | 0.67 | 0 | 0.10 | 0.2 | 170.8 | 0.57 | 0.53 |
| Hex | 43 | CC | B7 | 43 | 0 | A | 14 | AB | 39 | 35 |
| Octal | 103 | 314 | 267 | 103 | 0 | 12 | 24 | 253 | 71 | 65 |
| Binary | 1000011 | 11001100 | 10110111 | 1000011 | 0 | 1010 | 10100 | 10101011 | 111001 | 110101 |
Color Harmonies of #43CCB7
Complementary color
Monochromatic Colors of #43CCB7
Black with #43CCB7
Text Example
Text Example
White with #43CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCB7; }
p { color: rgb(67,204,183); }
H1.HeaderClassName
{
color: #43CCB7;
}
.AnyTagClassName
{
color: #43CCB7;
}
</style>
background-color css
<style>
a { background-color: #43CCB7; }
a { background-color: rgb(67,204,183); }
div.DivClassName
{
background-color: #43CCB7;
}
.BgClassName
{
background-color: #43CCB7;
}
</style>
border-color css
<style>
span { border-color: #43CCB7; }
span { border-color: rgb(67,204,183); }
td.TdClassName
{
border-color: #43CCB7;
}
.TagClassName
{
border-color: #43CCB7;
}
</style>