Shades of Turquoise #40DAED
Tints of Turquoise #40DAED
RGB
CMYK
RGB Variations
Color information
#40DAED (or 0x40DAED) is known color: Turquoise. HEX triplet: 40, DA and ED. RGB value is (64,218,237). Sum of RGB (Red+Green+Blue) = 64+218+237=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #40DAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAED is #BF2512. Grayscale: #ADADAD. Windows color (decimal): -12526867 or 15587904. OLE color: 15587904.
HSL color Cylindrical-coordinate representation of color #40DAED: hue angle of 186.59º degrees, saturation: 0.83, 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 #40DAED is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 218 | 237 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.07 |
| HSL | 186.59º | 0.83% | 0.59% | - |
| HSV(B) | 186.59º | 0.73% | 0.93% | - |
| XYZ | 42.47 | 57.35 | 88.95 | - |
| YUV | 174.12 | 163.48 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 237 | 0.73 | 0.08 | 0 | 0.07 | 186.59 | 0.83 | 0.59 |
| Hex | 40 | DA | ED | 49 | 8 | 0 | 7 | BB | 53 | 3B |
| Octal | 100 | 332 | 355 | 111 | 10 | 0 | 7 | 273 | 123 | 73 |
| Binary | 1000000 | 11011010 | 11101101 | 1001001 | 1000 | 0 | 111 | 10111011 | 1010011 | 111011 |
Color Harmonies of #40DAED
Complementary color
Monochromatic Colors of #40DAED
Black with #40DAED
Text Example
Text Example
White with #40DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAED; }
p { color: rgb(64,218,237); }
H1.HeaderClassName
{
color: #40DAED;
}
.AnyTagClassName
{
color: #40DAED;
}
</style>
background-color css
<style>
a { background-color: #40DAED; }
a { background-color: rgb(64,218,237); }
div.DivClassName
{
background-color: #40DAED;
}
.BgClassName
{
background-color: #40DAED;
}
</style>
border-color css
<style>
span { border-color: #40DAED; }
span { border-color: rgb(64,218,237); }
td.TdClassName
{
border-color: #40DAED;
}
.TagClassName
{
border-color: #40DAED;
}
</style>