Shades of Medium Turquoise #40CAD1
Tints of Medium Turquoise #40CAD1
RGB
CMYK
RGB Variations
Color information
#40CAD1 (or 0x40CAD1) is known color: Medium Turquoise. HEX triplet: 40, CA and D1. RGB value is (64,202,209). Sum of RGB (Red+Green+Blue) = 64+202+209=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #40CAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAD1 is #BF352E. Grayscale: #A1A1A1. Windows color (decimal): -12530991 or 13748800. OLE color: 13748800.
HSL color Cylindrical-coordinate representation of color #40CAD1: hue angle of 182.9º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CAD1 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 202 | 209 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.18 |
| HSL | 182.9º | 0.61% | 0.54% | - |
| HSV(B) | 182.9º | 0.69% | 0.82% | - |
| XYZ | 34.74 | 47.93 | 67.74 | - |
| YUV | 161.54 | 154.78 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 209 | 0.69 | 0.03 | 0 | 0.18 | 182.9 | 0.61 | 0.54 |
| Hex | 40 | CA | D1 | 45 | 3 | 0 | 12 | B7 | 3D | 36 |
| Octal | 100 | 312 | 321 | 105 | 3 | 0 | 22 | 267 | 75 | 66 |
| Binary | 1000000 | 11001010 | 11010001 | 1000101 | 11 | 0 | 10010 | 10110111 | 111101 | 110110 |
Color Harmonies of #40CAD1
Complementary color
Monochromatic Colors of #40CAD1
Black with #40CAD1
Text Example
Text Example
White with #40CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAD1; }
p { color: rgb(64,202,209); }
H1.HeaderClassName
{
color: #40CAD1;
}
.AnyTagClassName
{
color: #40CAD1;
}
</style>
background-color css
<style>
a { background-color: #40CAD1; }
a { background-color: rgb(64,202,209); }
div.DivClassName
{
background-color: #40CAD1;
}
.BgClassName
{
background-color: #40CAD1;
}
</style>
border-color css
<style>
span { border-color: #40CAD1; }
span { border-color: rgb(64,202,209); }
td.TdClassName
{
border-color: #40CAD1;
}
.TagClassName
{
border-color: #40CAD1;
}
</style>