Shades of Turquoise #40DDED
Tints of Turquoise #40DDED
RGB
CMYK
RGB Variations
Color information
#40DDED (or 0x40DDED) is known color: Turquoise. HEX triplet: 40, DD and ED. RGB value is (64,221,237). Sum of RGB (Red+Green+Blue) = 64+221+237=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #40DDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDED is #BF2212. Grayscale: #AFAFAF. Windows color (decimal): -12526099 or 15588672. OLE color: 15588672.
HSL color Cylindrical-coordinate representation of color #40DDED: hue angle of 185.55º 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 #40DDED is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 221 | 237 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.07 |
| HSL | 185.55º | 0.83% | 0.59% | - |
| HSV(B) | 185.55º | 0.73% | 0.93% | - |
| XYZ | 43.26 | 58.92 | 89.21 | - |
| YUV | 175.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 237 | 0.73 | 0.07 | 0 | 0.07 | 185.55 | 0.83 | 0.59 |
| Hex | 40 | DD | ED | 49 | 7 | 0 | 7 | BA | 53 | 3B |
| Octal | 100 | 335 | 355 | 111 | 7 | 0 | 7 | 272 | 123 | 73 |
| Binary | 1000000 | 11011101 | 11101101 | 1001001 | 111 | 0 | 111 | 10111010 | 1010011 | 111011 |
Color Harmonies of #40DDED
Complementary color
Monochromatic Colors of #40DDED
Black with #40DDED
Text Example
Text Example
White with #40DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDED; }
p { color: rgb(64,221,237); }
H1.HeaderClassName
{
color: #40DDED;
}
.AnyTagClassName
{
color: #40DDED;
}
</style>
background-color css
<style>
a { background-color: #40DDED; }
a { background-color: rgb(64,221,237); }
div.DivClassName
{
background-color: #40DDED;
}
.BgClassName
{
background-color: #40DDED;
}
</style>
border-color css
<style>
span { border-color: #40DDED; }
span { border-color: rgb(64,221,237); }
td.TdClassName
{
border-color: #40DDED;
}
.TagClassName
{
border-color: #40DDED;
}
</style>