Shades of Medium Turquoise #43CCC1
Tints of Medium Turquoise #43CCC1
RGB
CMYK
RGB Variations
Color information
#43CCC1 (or 0x43CCC1) is known color: Medium Turquoise. HEX triplet: 43, CC and C1. RGB value is (67,204,193). Sum of RGB (Red+Green+Blue) = 67+204+193=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCC1 is #BC333E. Grayscale: #A1A1A1. Windows color (decimal): -12333887 or 12700739. OLE color: 12700739.
HSL color Cylindrical-coordinate representation of color #43CCC1: hue angle of 175.18º 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 #43CCC1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 193 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.2 |
| HSL | 175.18º | 0.57% | 0.53% | - |
| HSV(B) | 175.18º | 0.67% | 0.8% | - |
| XYZ | 33.53 | 48.23 | 57.99 | - |
| YUV | 161.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 193 | 0.67 | 0 | 0.05 | 0.2 | 175.18 | 0.57 | 0.53 |
| Hex | 43 | CC | C1 | 43 | 0 | 5 | 14 | AF | 39 | 35 |
| Octal | 103 | 314 | 301 | 103 | 0 | 5 | 24 | 257 | 71 | 65 |
| Binary | 1000011 | 11001100 | 11000001 | 1000011 | 0 | 101 | 10100 | 10101111 | 111001 | 110101 |
Color Harmonies of #43CCC1
Complementary color
Monochromatic Colors of #43CCC1
Black with #43CCC1
Text Example
Text Example
White with #43CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCC1; }
p { color: rgb(67,204,193); }
H1.HeaderClassName
{
color: #43CCC1;
}
.AnyTagClassName
{
color: #43CCC1;
}
</style>
background-color css
<style>
a { background-color: #43CCC1; }
a { background-color: rgb(67,204,193); }
div.DivClassName
{
background-color: #43CCC1;
}
.BgClassName
{
background-color: #43CCC1;
}
</style>
border-color css
<style>
span { border-color: #43CCC1; }
span { border-color: rgb(67,204,193); }
td.TdClassName
{
border-color: #43CCC1;
}
.TagClassName
{
border-color: #43CCC1;
}
</style>