Shades of Medium Turquoise #40CADD
Tints of Medium Turquoise #40CADD
RGB
CMYK
RGB Variations
Color information
#40CADD (or 0x40CADD) is known color: Medium Turquoise. HEX triplet: 40, CA and DD. RGB value is (64,202,221). Sum of RGB (Red+Green+Blue) = 64+202+221=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #40CADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CADD is #BF3522. Grayscale: #A2A2A2. Windows color (decimal): -12530979 or 14535232. OLE color: 14535232.
HSL color Cylindrical-coordinate representation of color #40CADD: hue angle of 187.26º degrees, saturation: 0.7, 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 #40CADD is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 202 | 221 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.13 |
| HSL | 187.26º | 0.7% | 0.56% | - |
| HSV(B) | 187.26º | 0.71% | 0.87% | - |
| XYZ | 36.29 | 48.55 | 75.87 | - |
| YUV | 162.9 | 160.78 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 221 | 0.71 | 0.09 | 0 | 0.13 | 187.26 | 0.7 | 0.56 |
| Hex | 40 | CA | DD | 47 | 9 | 0 | D | BB | 46 | 38 |
| Octal | 100 | 312 | 335 | 107 | 11 | 0 | 15 | 273 | 106 | 70 |
| Binary | 1000000 | 11001010 | 11011101 | 1000111 | 1001 | 0 | 1101 | 10111011 | 1000110 | 111000 |
Color Harmonies of #40CADD
Complementary color
Monochromatic Colors of #40CADD
Black with #40CADD
Text Example
Text Example
White with #40CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CADD; }
p { color: rgb(64,202,221); }
H1.HeaderClassName
{
color: #40CADD;
}
.AnyTagClassName
{
color: #40CADD;
}
</style>
background-color css
<style>
a { background-color: #40CADD; }
a { background-color: rgb(64,202,221); }
div.DivClassName
{
background-color: #40CADD;
}
.BgClassName
{
background-color: #40CADD;
}
</style>
border-color css
<style>
span { border-color: #40CADD; }
span { border-color: rgb(64,202,221); }
td.TdClassName
{
border-color: #40CADD;
}
.TagClassName
{
border-color: #40CADD;
}
</style>