Shades of Medium Turquoise #40C2CF
Tints of Medium Turquoise #40C2CF
RGB
CMYK
RGB Variations
Color information
#40C2CF (or 0x40C2CF) is known color: Medium Turquoise. HEX triplet: 40, C2 and CF. RGB value is (64,194,207). Sum of RGB (Red+Green+Blue) = 64+194+207=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #40C2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C2CF is #BF3D30. Grayscale: #9C9C9C. Windows color (decimal): -12533041 or 13615680. OLE color: 13615680.
HSL color Cylindrical-coordinate representation of color #40C2CF: hue angle of 185.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C2CF is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 194 | 207 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.19 |
| HSL | 185.45º | 0.6% | 0.53% | - |
| HSV(B) | 185.45º | 0.69% | 0.81% | - |
| XYZ | 32.67 | 44.18 | 65.84 | - |
| YUV | 156.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 207 | 0.69 | 0.06 | 0 | 0.19 | 185.45 | 0.6 | 0.53 |
| Hex | 40 | C2 | CF | 45 | 6 | 0 | 13 | B9 | 3C | 35 |
| Octal | 100 | 302 | 317 | 105 | 6 | 0 | 23 | 271 | 74 | 65 |
| Binary | 1000000 | 11000010 | 11001111 | 1000101 | 110 | 0 | 10011 | 10111001 | 111100 | 110101 |
Color Harmonies of #40C2CF
Complementary color
Monochromatic Colors of #40C2CF
Black with #40C2CF
Text Example
Text Example
White with #40C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C2CF; }
p { color: rgb(64,194,207); }
H1.HeaderClassName
{
color: #40C2CF;
}
.AnyTagClassName
{
color: #40C2CF;
}
</style>
background-color css
<style>
a { background-color: #40C2CF; }
a { background-color: rgb(64,194,207); }
div.DivClassName
{
background-color: #40C2CF;
}
.BgClassName
{
background-color: #40C2CF;
}
</style>
border-color css
<style>
span { border-color: #40C2CF; }
span { border-color: rgb(64,194,207); }
td.TdClassName
{
border-color: #40C2CF;
}
.TagClassName
{
border-color: #40C2CF;
}
</style>