Shades of Medium Turquoise #40CADB
Tints of Medium Turquoise #40CADB
RGB
CMYK
RGB Variations
Color information
#40CADB (or 0x40CADB) is known color: Medium Turquoise. HEX triplet: 40, CA and DB. RGB value is (64,202,219). Sum of RGB (Red+Green+Blue) = 64+202+219=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #40CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CADB is #BF3524. Grayscale: #A2A2A2. Windows color (decimal): -12530981 or 14404160. OLE color: 14404160.
HSL color Cylindrical-coordinate representation of color #40CADB: hue angle of 186.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CADB is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 202 | 219 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.14 |
| HSL | 186.58º | 0.68% | 0.55% | - |
| HSV(B) | 186.58º | 0.71% | 0.86% | - |
| XYZ | 36.02 | 48.45 | 74.47 | - |
| YUV | 162.68 | 159.78 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 219 | 0.71 | 0.08 | 0 | 0.14 | 186.58 | 0.68 | 0.55 |
| Hex | 40 | CA | DB | 47 | 8 | 0 | E | BB | 44 | 37 |
| Octal | 100 | 312 | 333 | 107 | 10 | 0 | 16 | 273 | 104 | 67 |
| Binary | 1000000 | 11001010 | 11011011 | 1000111 | 1000 | 0 | 1110 | 10111011 | 1000100 | 110111 |
Color Harmonies of #40CADB
Complementary color
Monochromatic Colors of #40CADB
Black with #40CADB
Text Example
Text Example
White with #40CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CADB; }
p { color: rgb(64,202,219); }
H1.HeaderClassName
{
color: #40CADB;
}
.AnyTagClassName
{
color: #40CADB;
}
</style>
background-color css
<style>
a { background-color: #40CADB; }
a { background-color: rgb(64,202,219); }
div.DivClassName
{
background-color: #40CADB;
}
.BgClassName
{
background-color: #40CADB;
}
</style>
border-color css
<style>
span { border-color: #40CADB; }
span { border-color: rgb(64,202,219); }
td.TdClassName
{
border-color: #40CADB;
}
.TagClassName
{
border-color: #40CADB;
}
</style>