Shades of Medium Turquoise #40D2CA
Tints of Medium Turquoise #40D2CA
RGB
CMYK
RGB Variations
Color information
#40D2CA (or 0x40D2CA) is known color: Medium Turquoise. HEX triplet: 40, D2 and CA. RGB value is (64,210,202). Sum of RGB (Red+Green+Blue) = 64+210+202=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #40D2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D2CA is #BF2D35. Grayscale: #A5A5A5. Windows color (decimal): -12528950 or 13292096. OLE color: 13292096.
HSL color Cylindrical-coordinate representation of color #40D2CA: hue angle of 176.71º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D2CA is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 202 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.18 |
| HSL | 176.71º | 0.62% | 0.54% | - |
| HSV(B) | 176.71º | 0.7% | 0.82% | - |
| XYZ | 35.82 | 51.45 | 63.92 | - |
| YUV | 165.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 202 | 0.70 | 0 | 0.04 | 0.18 | 176.71 | 0.62 | 0.54 |
| Hex | 40 | D2 | CA | 46 | 0 | 4 | 12 | B1 | 3E | 36 |
| Octal | 100 | 322 | 312 | 106 | 0 | 4 | 22 | 261 | 76 | 66 |
| Binary | 1000000 | 11010010 | 11001010 | 1000110 | 0 | 100 | 10010 | 10110001 | 111110 | 110110 |
Color Harmonies of #40D2CA
Complementary color
Monochromatic Colors of #40D2CA
Black with #40D2CA
Text Example
Text Example
White with #40D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D2CA; }
p { color: rgb(64,210,202); }
H1.HeaderClassName
{
color: #40D2CA;
}
.AnyTagClassName
{
color: #40D2CA;
}
</style>
background-color css
<style>
a { background-color: #40D2CA; }
a { background-color: rgb(64,210,202); }
div.DivClassName
{
background-color: #40D2CA;
}
.BgClassName
{
background-color: #40D2CA;
}
</style>
border-color css
<style>
span { border-color: #40D2CA; }
span { border-color: rgb(64,210,202); }
td.TdClassName
{
border-color: #40D2CA;
}
.TagClassName
{
border-color: #40D2CA;
}
</style>