Shades of Medium Turquoise #40CADE
Tints of Medium Turquoise #40CADE
RGB
CMYK
RGB Variations
Color information
#40CADE (or 0x40CADE) is known color: Medium Turquoise. HEX triplet: 40, CA and DE. RGB value is (64,202,222). Sum of RGB (Red+Green+Blue) = 64+202+222=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #40CADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CADE is #BF3521. Grayscale: #A2A2A2. Windows color (decimal): -12530978 or 14600768. OLE color: 14600768.
HSL color Cylindrical-coordinate representation of color #40CADE: hue angle of 187.59º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CADE is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 202 | 222 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.13 |
| HSL | 187.59º | 0.71% | 0.56% | - |
| HSV(B) | 187.59º | 0.71% | 0.87% | - |
| XYZ | 36.42 | 48.6 | 76.57 | - |
| YUV | 163.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 222 | 0.71 | 0.09 | 0 | 0.13 | 187.59 | 0.71 | 0.56 |
| Hex | 40 | CA | DE | 47 | 9 | 0 | D | BC | 47 | 38 |
| Octal | 100 | 312 | 336 | 107 | 11 | 0 | 15 | 274 | 107 | 70 |
| Binary | 1000000 | 11001010 | 11011110 | 1000111 | 1001 | 0 | 1101 | 10111100 | 1000111 | 111000 |
Color Harmonies of #40CADE
Complementary color
Monochromatic Colors of #40CADE
Black with #40CADE
Text Example
Text Example
White with #40CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CADE; }
p { color: rgb(64,202,222); }
H1.HeaderClassName
{
color: #40CADE;
}
.AnyTagClassName
{
color: #40CADE;
}
</style>
background-color css
<style>
a { background-color: #40CADE; }
a { background-color: rgb(64,202,222); }
div.DivClassName
{
background-color: #40CADE;
}
.BgClassName
{
background-color: #40CADE;
}
</style>
border-color css
<style>
span { border-color: #40CADE; }
span { border-color: rgb(64,202,222); }
td.TdClassName
{
border-color: #40CADE;
}
.TagClassName
{
border-color: #40CADE;
}
</style>