Shades of Medium Turquoise #43CCC5
Tints of Medium Turquoise #43CCC5
RGB
CMYK
RGB Variations
Color information
#43CCC5 (or 0x43CCC5) is known color: Medium Turquoise. HEX triplet: 43, CC and C5. RGB value is (67,204,197). Sum of RGB (Red+Green+Blue) = 67+204+197=468 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.32% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCC5 is #BC333A. Grayscale: #A2A2A2. Windows color (decimal): -12333883 or 12962883. OLE color: 12962883.
HSL color Cylindrical-coordinate representation of color #43CCC5: hue angle of 176.93º 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 #43CCC5 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 197 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.2 |
| HSL | 176.93º | 0.57% | 0.53% | - |
| HSV(B) | 176.93º | 0.67% | 0.8% | - |
| XYZ | 33.99 | 48.41 | 60.38 | - |
| YUV | 162.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 197 | 0.67 | 0 | 0.03 | 0.2 | 176.93 | 0.57 | 0.53 |
| Hex | 43 | CC | C5 | 43 | 0 | 3 | 14 | B1 | 39 | 35 |
| Octal | 103 | 314 | 305 | 103 | 0 | 3 | 24 | 261 | 71 | 65 |
| Binary | 1000011 | 11001100 | 11000101 | 1000011 | 0 | 11 | 10100 | 10110001 | 111001 | 110101 |
Color Harmonies of #43CCC5
Complementary color
Monochromatic Colors of #43CCC5
Black with #43CCC5
Text Example
Text Example
White with #43CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCC5; }
p { color: rgb(67,204,197); }
H1.HeaderClassName
{
color: #43CCC5;
}
.AnyTagClassName
{
color: #43CCC5;
}
</style>
background-color css
<style>
a { background-color: #43CCC5; }
a { background-color: rgb(67,204,197); }
div.DivClassName
{
background-color: #43CCC5;
}
.BgClassName
{
background-color: #43CCC5;
}
</style>
border-color css
<style>
span { border-color: #43CCC5; }
span { border-color: rgb(67,204,197); }
td.TdClassName
{
border-color: #43CCC5;
}
.TagClassName
{
border-color: #43CCC5;
}
</style>