Shades of Turquoise #40DAEC
Tints of Turquoise #40DAEC
RGB
CMYK
RGB Variations
Color information
#40DAEC (or 0x40DAEC) is known color: Turquoise. HEX triplet: 40, DA and EC. RGB value is (64,218,236). Sum of RGB (Red+Green+Blue) = 64+218+236=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #40DAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAEC is #BF2513. Grayscale: #ADADAD. Windows color (decimal): -12526868 or 15522368. OLE color: 15522368.
HSL color Cylindrical-coordinate representation of color #40DAEC: hue angle of 186.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 #40DAEC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 218 | 236 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.07 |
| HSL | 186.28º | 0.82% | 0.59% | - |
| HSV(B) | 186.28º | 0.73% | 0.93% | - |
| XYZ | 42.33 | 57.29 | 88.18 | - |
| YUV | 174.01 | 162.98 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 236 | 0.73 | 0.08 | 0 | 0.07 | 186.28 | 0.82 | 0.59 |
| Hex | 40 | DA | EC | 49 | 8 | 0 | 7 | BA | 52 | 3B |
| Octal | 100 | 332 | 354 | 111 | 10 | 0 | 7 | 272 | 122 | 73 |
| Binary | 1000000 | 11011010 | 11101100 | 1001001 | 1000 | 0 | 111 | 10111010 | 1010010 | 111011 |
Color Harmonies of #40DAEC
Complementary color
Monochromatic Colors of #40DAEC
Black with #40DAEC
Text Example
Text Example
White with #40DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAEC; }
p { color: rgb(64,218,236); }
H1.HeaderClassName
{
color: #40DAEC;
}
.AnyTagClassName
{
color: #40DAEC;
}
</style>
background-color css
<style>
a { background-color: #40DAEC; }
a { background-color: rgb(64,218,236); }
div.DivClassName
{
background-color: #40DAEC;
}
.BgClassName
{
background-color: #40DAEC;
}
</style>
border-color css
<style>
span { border-color: #40DAEC; }
span { border-color: rgb(64,218,236); }
td.TdClassName
{
border-color: #40DAEC;
}
.TagClassName
{
border-color: #40DAEC;
}
</style>