Shades of Medium Turquoise #40CAE1
Tints of Medium Turquoise #40CAE1
RGB
CMYK
RGB Variations
Color information
#40CAE1 (or 0x40CAE1) is known color: Medium Turquoise. HEX triplet: 40, CA and E1. RGB value is (64,202,225). Sum of RGB (Red+Green+Blue) = 64+202+225=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #40CAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAE1 is #BF351E. Grayscale: #A3A3A3. Windows color (decimal): -12530975 or 14797376. OLE color: 14797376.
HSL color Cylindrical-coordinate representation of color #40CAE1: hue angle of 188.57º 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 #40CAE1 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 202 | 225 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.12 |
| HSL | 188.57º | 0.73% | 0.57% | - |
| HSV(B) | 188.57º | 0.72% | 0.88% | - |
| XYZ | 36.83 | 48.77 | 78.71 | - |
| YUV | 163.36 | 162.78 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 225 | 0.72 | 0.10 | 0 | 0.12 | 188.57 | 0.73 | 0.57 |
| Hex | 40 | CA | E1 | 48 | A | 0 | C | BD | 49 | 39 |
| Octal | 100 | 312 | 341 | 110 | 12 | 0 | 14 | 275 | 111 | 71 |
| Binary | 1000000 | 11001010 | 11100001 | 1001000 | 1010 | 0 | 1100 | 10111101 | 1001001 | 111001 |
Color Harmonies of #40CAE1
Complementary color
Monochromatic Colors of #40CAE1
Black with #40CAE1
Text Example
Text Example
White with #40CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAE1; }
p { color: rgb(64,202,225); }
H1.HeaderClassName
{
color: #40CAE1;
}
.AnyTagClassName
{
color: #40CAE1;
}
</style>
background-color css
<style>
a { background-color: #40CAE1; }
a { background-color: rgb(64,202,225); }
div.DivClassName
{
background-color: #40CAE1;
}
.BgClassName
{
background-color: #40CAE1;
}
</style>
border-color css
<style>
span { border-color: #40CAE1; }
span { border-color: rgb(64,202,225); }
td.TdClassName
{
border-color: #40CAE1;
}
.TagClassName
{
border-color: #40CAE1;
}
</style>