Shades of Medium Turquoise #43CCC3
Tints of Medium Turquoise #43CCC3
RGB
CMYK
RGB Variations
Color information
#43CCC3 (or 0x43CCC3) is known color: Medium Turquoise. HEX triplet: 43, CC and C3. RGB value is (67,204,195). Sum of RGB (Red+Green+Blue) = 67+204+195=466 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.38% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCC3 is #BC333C. Grayscale: #A1A1A1. Windows color (decimal): -12333885 or 12831811. OLE color: 12831811.
HSL color Cylindrical-coordinate representation of color #43CCC3: hue angle of 176.06º 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 #43CCC3 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 195 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.2 |
| HSL | 176.06º | 0.57% | 0.53% | - |
| HSV(B) | 176.06º | 0.67% | 0.8% | - |
| XYZ | 33.76 | 48.32 | 59.18 | - |
| YUV | 162.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 195 | 0.67 | 0 | 0.04 | 0.2 | 176.06 | 0.57 | 0.53 |
| Hex | 43 | CC | C3 | 43 | 0 | 4 | 14 | B0 | 39 | 35 |
| Octal | 103 | 314 | 303 | 103 | 0 | 4 | 24 | 260 | 71 | 65 |
| Binary | 1000011 | 11001100 | 11000011 | 1000011 | 0 | 100 | 10100 | 10110000 | 111001 | 110101 |
Color Harmonies of #43CCC3
Complementary color
Monochromatic Colors of #43CCC3
Black with #43CCC3
Text Example
Text Example
White with #43CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCC3; }
p { color: rgb(67,204,195); }
H1.HeaderClassName
{
color: #43CCC3;
}
.AnyTagClassName
{
color: #43CCC3;
}
</style>
background-color css
<style>
a { background-color: #43CCC3; }
a { background-color: rgb(67,204,195); }
div.DivClassName
{
background-color: #43CCC3;
}
.BgClassName
{
background-color: #43CCC3;
}
</style>
border-color css
<style>
span { border-color: #43CCC3; }
span { border-color: rgb(67,204,195); }
td.TdClassName
{
border-color: #43CCC3;
}
.TagClassName
{
border-color: #43CCC3;
}
</style>