Shades of Medium Turquoise #40C2C2
Tints of Medium Turquoise #40C2C2
RGB
CMYK
RGB Variations
Color information
#40C2C2 (or 0x40C2C2) is known color: Medium Turquoise. HEX triplet: 40, C2 and C2. RGB value is (64,194,194). Sum of RGB (Red+Green+Blue) = 64+194+194=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: green, blue. Hex color #40C2C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C2C2 is #BF3D3D. Grayscale: #9B9B9B. Windows color (decimal): -12533054 or 12763712. OLE color: 12763712.
HSL color Cylindrical-coordinate representation of color #40C2C2: hue angle of 180º 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 #40C2C2 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 194 | - |
| CMYK | 0.67 | 0 | 0 | 0.24 |
| HSL | 180º | 0.52% | 0.51% | - |
| HSV(B) | 180º | 0.67% | 0.76% | - |
| XYZ | 31.14 | 43.57 | 57.81 | - |
| YUV | 155.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 194 | 0.67 | 0 | 0 | 0.24 | 180 | 0.52 | 0.51 |
| Hex | 40 | C2 | C2 | 43 | 0 | 0 | 18 | B4 | 34 | 33 |
| Octal | 100 | 302 | 302 | 103 | 0 | 0 | 30 | 264 | 64 | 63 |
| Binary | 1000000 | 11000010 | 11000010 | 1000011 | 0 | 0 | 11000 | 10110100 | 110100 | 110011 |
Color Harmonies of #40C2C2
Complementary color
Monochromatic Colors of #40C2C2
Black with #40C2C2
Text Example
Text Example
White with #40C2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C2C2; }
p { color: rgb(64,194,194); }
H1.HeaderClassName
{
color: #40C2C2;
}
.AnyTagClassName
{
color: #40C2C2;
}
</style>
background-color css
<style>
a { background-color: #40C2C2; }
a { background-color: rgb(64,194,194); }
div.DivClassName
{
background-color: #40C2C2;
}
.BgClassName
{
background-color: #40C2C2;
}
</style>
border-color css
<style>
span { border-color: #40C2C2; }
span { border-color: rgb(64,194,194); }
td.TdClassName
{
border-color: #40C2C2;
}
.TagClassName
{
border-color: #40C2C2;
}
</style>