Shades of Medium Turquoise #40D2D7
Tints of Medium Turquoise #40D2D7
RGB
CMYK
RGB Variations
Color information
#40D2D7 (or 0x40D2D7) is known color: Medium Turquoise. HEX triplet: 40, D2 and D7. RGB value is (64,210,215). Sum of RGB (Red+Green+Blue) = 64+210+215=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #40D2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D2D7 is #BF2D28. Grayscale: #A6A6A6. Windows color (decimal): -12528937 or 14144064. OLE color: 14144064.
HSL color Cylindrical-coordinate representation of color #40D2D7: hue angle of 181.99º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D2D7 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 210 | 215 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.16 |
| HSL | 181.99º | 0.65% | 0.55% | - |
| HSV(B) | 181.99º | 0.7% | 0.84% | - |
| XYZ | 37.43 | 52.09 | 72.37 | - |
| YUV | 166.92 | 155.13 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 215 | 0.70 | 0.02 | 0 | 0.16 | 181.99 | 0.65 | 0.55 |
| Hex | 40 | D2 | D7 | 46 | 2 | 0 | 10 | B6 | 41 | 37 |
| Octal | 100 | 322 | 327 | 106 | 2 | 0 | 20 | 266 | 101 | 67 |
| Binary | 1000000 | 11010010 | 11010111 | 1000110 | 10 | 0 | 10000 | 10110110 | 1000001 | 110111 |
Color Harmonies of #40D2D7
Complementary color
Monochromatic Colors of #40D2D7
Black with #40D2D7
Text Example
Text Example
White with #40D2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D2D7; }
p { color: rgb(64,210,215); }
H1.HeaderClassName
{
color: #40D2D7;
}
.AnyTagClassName
{
color: #40D2D7;
}
</style>
background-color css
<style>
a { background-color: #40D2D7; }
a { background-color: rgb(64,210,215); }
div.DivClassName
{
background-color: #40D2D7;
}
.BgClassName
{
background-color: #40D2D7;
}
</style>
border-color css
<style>
span { border-color: #40D2D7; }
span { border-color: rgb(64,210,215); }
td.TdClassName
{
border-color: #40D2D7;
}
.TagClassName
{
border-color: #40D2D7;
}
</style>