Shades of Turquoise #40DCEC
Tints of Turquoise #40DCEC
RGB
CMYK
RGB Variations
Color information
#40DCEC (or 0x40DCEC) is known color: Turquoise. HEX triplet: 40, DC and EC. RGB value is (64,220,236). Sum of RGB (Red+Green+Blue) = 64+220+236=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #40DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCEC is #BF2313. Grayscale: #AEAEAE. Windows color (decimal): -12526356 or 15522880. OLE color: 15522880.
HSL color Cylindrical-coordinate representation of color #40DCEC: hue angle of 185.58º 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 #40DCEC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 220 | 236 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.07 |
| HSL | 185.58º | 0.82% | 0.59% | - |
| HSV(B) | 185.58º | 0.73% | 0.93% | - |
| XYZ | 42.85 | 58.33 | 88.36 | - |
| YUV | 175.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 236 | 0.73 | 0.07 | 0 | 0.07 | 185.58 | 0.82 | 0.59 |
| Hex | 40 | DC | EC | 49 | 7 | 0 | 7 | BA | 52 | 3B |
| Octal | 100 | 334 | 354 | 111 | 7 | 0 | 7 | 272 | 122 | 73 |
| Binary | 1000000 | 11011100 | 11101100 | 1001001 | 111 | 0 | 111 | 10111010 | 1010010 | 111011 |
Color Harmonies of #40DCEC
Complementary color
Monochromatic Colors of #40DCEC
Black with #40DCEC
Text Example
Text Example
White with #40DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DCEC; }
p { color: rgb(64,220,236); }
H1.HeaderClassName
{
color: #40DCEC;
}
.AnyTagClassName
{
color: #40DCEC;
}
</style>
background-color css
<style>
a { background-color: #40DCEC; }
a { background-color: rgb(64,220,236); }
div.DivClassName
{
background-color: #40DCEC;
}
.BgClassName
{
background-color: #40DCEC;
}
</style>
border-color css
<style>
span { border-color: #40DCEC; }
span { border-color: rgb(64,220,236); }
td.TdClassName
{
border-color: #40DCEC;
}
.TagClassName
{
border-color: #40DCEC;
}
</style>