Shades of Medium Turquoise #43C2CC
Tints of Medium Turquoise #43C2CC
RGB
CMYK
RGB Variations
Color information
#43C2CC (or 0x43C2CC) is known color: Medium Turquoise. HEX triplet: 43, C2 and CC. RGB value is (67,194,204). Sum of RGB (Red+Green+Blue) = 67+194+204=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #43C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C2CC is #BC3D33. Grayscale: #9D9D9D. Windows color (decimal): -12336436 or 13419075. OLE color: 13419075.
HSL color Cylindrical-coordinate representation of color #43C2CC: hue angle of 184.38º 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 #43C2CC is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 194 | 204 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.2 |
| HSL | 184.38º | 0.57% | 0.53% | - |
| HSV(B) | 184.38º | 0.67% | 0.8% | - |
| XYZ | 32.51 | 44.14 | 63.93 | - |
| YUV | 157.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 194 | 204 | 0.67 | 0.05 | 0 | 0.2 | 184.38 | 0.57 | 0.53 |
| Hex | 43 | C2 | CC | 43 | 5 | 0 | 14 | B8 | 39 | 35 |
| Octal | 103 | 302 | 314 | 103 | 5 | 0 | 24 | 270 | 71 | 65 |
| Binary | 1000011 | 11000010 | 11001100 | 1000011 | 101 | 0 | 10100 | 10111000 | 111001 | 110101 |
Color Harmonies of #43C2CC
Complementary color
Monochromatic Colors of #43C2CC
Black with #43C2CC
Text Example
Text Example
White with #43C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C2CC; }
p { color: rgb(67,194,204); }
H1.HeaderClassName
{
color: #43C2CC;
}
.AnyTagClassName
{
color: #43C2CC;
}
</style>
background-color css
<style>
a { background-color: #43C2CC; }
a { background-color: rgb(67,194,204); }
div.DivClassName
{
background-color: #43C2CC;
}
.BgClassName
{
background-color: #43C2CC;
}
</style>
border-color css
<style>
span { border-color: #43C2CC; }
span { border-color: rgb(67,194,204); }
td.TdClassName
{
border-color: #43C2CC;
}
.TagClassName
{
border-color: #43C2CC;
}
</style>