Shades of Turquoise #40ECD3
Tints of Turquoise #40ECD3
RGB
CMYK
RGB Variations
Color information
#40ECD3 (or 0x40ECD3) is known color: Turquoise. HEX triplet: 40, EC and D3. RGB value is (64,236,211). Sum of RGB (Red+Green+Blue) = 64+236+211=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECD3 is #BF132C. Grayscale: #B5B5B5. Windows color (decimal): -12522285 or 13888576. OLE color: 13888576.
HSL color Cylindrical-coordinate representation of color #40ECD3: hue angle of 171.28º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECD3 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 211 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.07 |
| HSL | 171.28º | 0.82% | 0.59% | - |
| HSV(B) | 171.28º | 0.73% | 0.93% | - |
| XYZ | 43.87 | 65.78 | 72.01 | - |
| YUV | 181.72 | 144.52 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 211 | 0.73 | 0 | 0.11 | 0.07 | 171.28 | 0.82 | 0.59 |
| Hex | 40 | EC | D3 | 49 | 0 | B | 7 | AB | 52 | 3B |
| Octal | 100 | 354 | 323 | 111 | 0 | 13 | 7 | 253 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11010011 | 1001001 | 0 | 1011 | 111 | 10101011 | 1010010 | 111011 |
Color Harmonies of #40ECD3
Complementary color
Monochromatic Colors of #40ECD3
Black with #40ECD3
Text Example
Text Example
White with #40ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECD3; }
p { color: rgb(64,236,211); }
H1.HeaderClassName
{
color: #40ECD3;
}
.AnyTagClassName
{
color: #40ECD3;
}
</style>
background-color css
<style>
a { background-color: #40ECD3; }
a { background-color: rgb(64,236,211); }
div.DivClassName
{
background-color: #40ECD3;
}
.BgClassName
{
background-color: #40ECD3;
}
</style>
border-color css
<style>
span { border-color: #40ECD3; }
span { border-color: rgb(64,236,211); }
td.TdClassName
{
border-color: #40ECD3;
}
.TagClassName
{
border-color: #40ECD3;
}
</style>