Shades of Medium Turquoise #40C0C2
Tints of Medium Turquoise #40C0C2
RGB
CMYK
RGB Variations
Color information
#40C0C2 (or 0x40C0C2) is known color: Medium Turquoise. HEX triplet: 40, C0 and C2. RGB value is (64,192,194). Sum of RGB (Red+Green+Blue) = 64+192+194=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #40C0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0C2 is #BF3F3D. Grayscale: #999999. Windows color (decimal): -12533566 or 12763200. OLE color: 12763200.
HSL color Cylindrical-coordinate representation of color #40C0C2: hue angle of 180.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C0C2 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 192 | 194 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.24 |
| HSL | 180.92º | 0.52% | 0.51% | - |
| HSV(B) | 180.92º | 0.67% | 0.76% | - |
| XYZ | 30.7 | 42.68 | 57.66 | - |
| YUV | 153.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 194 | 0.67 | 0.01 | 0 | 0.24 | 180.92 | 0.52 | 0.51 |
| Hex | 40 | C0 | C2 | 43 | 1 | 0 | 18 | B5 | 34 | 33 |
| Octal | 100 | 300 | 302 | 103 | 1 | 0 | 30 | 265 | 64 | 63 |
| Binary | 1000000 | 11000000 | 11000010 | 1000011 | 1 | 0 | 11000 | 10110101 | 110100 | 110011 |
Color Harmonies of #40C0C2
Complementary color
Monochromatic Colors of #40C0C2
Black with #40C0C2
Text Example
Text Example
White with #40C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C0C2; }
p { color: rgb(64,192,194); }
H1.HeaderClassName
{
color: #40C0C2;
}
.AnyTagClassName
{
color: #40C0C2;
}
</style>
background-color css
<style>
a { background-color: #40C0C2; }
a { background-color: rgb(64,192,194); }
div.DivClassName
{
background-color: #40C0C2;
}
.BgClassName
{
background-color: #40C0C2;
}
</style>
border-color css
<style>
span { border-color: #40C0C2; }
span { border-color: rgb(64,192,194); }
td.TdClassName
{
border-color: #40C0C2;
}
.TagClassName
{
border-color: #40C0C2;
}
</style>