Shades of Turquoise #40DCED
Tints of Turquoise #40DCED
RGB
CMYK
RGB Variations
Color information
#40DCED (or 0x40DCED) is known color: Turquoise. HEX triplet: 40, DC and ED. RGB value is (64,220,237). Sum of RGB (Red+Green+Blue) = 64+220+237=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #40DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCED is #BF2312. Grayscale: #AFAFAF. Windows color (decimal): -12526355 or 15588416. OLE color: 15588416.
HSL color Cylindrical-coordinate representation of color #40DCED: hue angle of 185.9º 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 #40DCED is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 220 | 237 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.07 |
| HSL | 185.9º | 0.83% | 0.59% | - |
| HSV(B) | 185.9º | 0.73% | 0.93% | - |
| XYZ | 42.99 | 58.39 | 89.13 | - |
| YUV | 175.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 237 | 0.73 | 0.07 | 0 | 0.07 | 185.9 | 0.83 | 0.59 |
| Hex | 40 | DC | ED | 49 | 7 | 0 | 7 | BA | 53 | 3B |
| Octal | 100 | 334 | 355 | 111 | 7 | 0 | 7 | 272 | 123 | 73 |
| Binary | 1000000 | 11011100 | 11101101 | 1001001 | 111 | 0 | 111 | 10111010 | 1010011 | 111011 |
Color Harmonies of #40DCED
Complementary color
Monochromatic Colors of #40DCED
Black with #40DCED
Text Example
Text Example
White with #40DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DCED; }
p { color: rgb(64,220,237); }
H1.HeaderClassName
{
color: #40DCED;
}
.AnyTagClassName
{
color: #40DCED;
}
</style>
background-color css
<style>
a { background-color: #40DCED; }
a { background-color: rgb(64,220,237); }
div.DivClassName
{
background-color: #40DCED;
}
.BgClassName
{
background-color: #40DCED;
}
</style>
border-color css
<style>
span { border-color: #40DCED; }
span { border-color: rgb(64,220,237); }
td.TdClassName
{
border-color: #40DCED;
}
.TagClassName
{
border-color: #40DCED;
}
</style>