Shades of Turquoise #40E1CA
Tints of Turquoise #40E1CA
RGB
CMYK
RGB Variations
Color information
#40E1CA (or 0x40E1CA) is known color: Turquoise. HEX triplet: 40, E1 and CA. RGB value is (64,225,202). Sum of RGB (Red+Green+Blue) = 64+225+202=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1CA is #BF1E35. Grayscale: #AEAEAE. Windows color (decimal): -12525110 or 13295936. OLE color: 13295936.
HSL color Cylindrical-coordinate representation of color #40E1CA: hue angle of 171.43º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1CA is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 202 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.12 |
| HSL | 171.43º | 0.73% | 0.57% | - |
| HSV(B) | 171.43º | 0.72% | 0.88% | - |
| XYZ | 39.7 | 59.2 | 65.21 | - |
| YUV | 174.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 202 | 0.72 | 0 | 0.10 | 0.12 | 171.43 | 0.73 | 0.57 |
| Hex | 40 | E1 | CA | 48 | 0 | A | C | AB | 49 | 39 |
| Octal | 100 | 341 | 312 | 110 | 0 | 12 | 14 | 253 | 111 | 71 |
| Binary | 1000000 | 11100001 | 11001010 | 1001000 | 0 | 1010 | 1100 | 10101011 | 1001001 | 111001 |
Color Harmonies of #40E1CA
Complementary color
Monochromatic Colors of #40E1CA
Black with #40E1CA
Text Example
Text Example
White with #40E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E1CA; }
p { color: rgb(64,225,202); }
H1.HeaderClassName
{
color: #40E1CA;
}
.AnyTagClassName
{
color: #40E1CA;
}
</style>
background-color css
<style>
a { background-color: #40E1CA; }
a { background-color: rgb(64,225,202); }
div.DivClassName
{
background-color: #40E1CA;
}
.BgClassName
{
background-color: #40E1CA;
}
</style>
border-color css
<style>
span { border-color: #40E1CA; }
span { border-color: rgb(64,225,202); }
td.TdClassName
{
border-color: #40E1CA;
}
.TagClassName
{
border-color: #40E1CA;
}
</style>