Shades of Medium Turquoise #40CAE0
Tints of Medium Turquoise #40CAE0
RGB
CMYK
RGB Variations
Color information
#40CAE0 (or 0x40CAE0) is known color: Medium Turquoise. HEX triplet: 40, CA and E0. RGB value is (64,202,224). Sum of RGB (Red+Green+Blue) = 64+202+224=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #40CAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAE0 is #BF351F. Grayscale: #A3A3A3. Windows color (decimal): -12530976 or 14731840. OLE color: 14731840.
HSL color Cylindrical-coordinate representation of color #40CAE0: hue angle of 188.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CAE0 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 202 | 224 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.12 |
| HSL | 188.25º | 0.72% | 0.56% | - |
| HSV(B) | 188.25º | 0.71% | 0.88% | - |
| XYZ | 36.69 | 48.71 | 77.99 | - |
| YUV | 163.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 224 | 0.71 | 0.10 | 0 | 0.12 | 188.25 | 0.72 | 0.56 |
| Hex | 40 | CA | E0 | 47 | A | 0 | C | BC | 48 | 38 |
| Octal | 100 | 312 | 340 | 107 | 12 | 0 | 14 | 274 | 110 | 70 |
| Binary | 1000000 | 11001010 | 11100000 | 1000111 | 1010 | 0 | 1100 | 10111100 | 1001000 | 111000 |
Color Harmonies of #40CAE0
Complementary color
Monochromatic Colors of #40CAE0
Black with #40CAE0
Text Example
Text Example
White with #40CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAE0; }
p { color: rgb(64,202,224); }
H1.HeaderClassName
{
color: #40CAE0;
}
.AnyTagClassName
{
color: #40CAE0;
}
</style>
background-color css
<style>
a { background-color: #40CAE0; }
a { background-color: rgb(64,202,224); }
div.DivClassName
{
background-color: #40CAE0;
}
.BgClassName
{
background-color: #40CAE0;
}
</style>
border-color css
<style>
span { border-color: #40CAE0; }
span { border-color: rgb(64,202,224); }
td.TdClassName
{
border-color: #40CAE0;
}
.TagClassName
{
border-color: #40CAE0;
}
</style>