Shades of Turquoise #40FFDD
Tints of Turquoise #40FFDD
RGB
CMYK
RGB Variations
Color information
#40FFDD (or 0x40FFDD) is known color: Turquoise. HEX triplet: 40, FF and DD. RGB value is (64,255,221). Sum of RGB (Red+Green+Blue) = 64+255+221=540 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.85% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFDD is #BF0022. Grayscale: #C1C1C1. Windows color (decimal): -12517411 or 14548800. OLE color: 14548800.
HSL color Cylindrical-coordinate representation of color #40FFDD: hue angle of 169.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFDD is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 221 | - |
| CMYK | 0.75 | 0 | 0.13 | 0 |
| HSL | 169.32º | 1% | 0.63% | - |
| HSV(B) | 169.32º | 0.75% | 1% | - |
| XYZ | 50.93 | 77.83 | 80.75 | - |
| YUV | 194.02 | 143.22 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 221 | 0.75 | 0 | 0.13 | 0 | 169.32 | 1 | 0.63 |
| Hex | 40 | FF | DD | 4B | 0 | D | 0 | A9 | 64 | 3F |
| Octal | 100 | 377 | 335 | 113 | 0 | 15 | 0 | 251 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11011101 | 1001011 | 0 | 1101 | 0 | 10101001 | 1100100 | 111111 |
Color Harmonies of #40FFDD
Complementary color
Monochromatic Colors of #40FFDD
Black with #40FFDD
Text Example
Text Example
White with #40FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFDD; }
p { color: rgb(64,255,221); }
H1.HeaderClassName
{
color: #40FFDD;
}
.AnyTagClassName
{
color: #40FFDD;
}
</style>
background-color css
<style>
a { background-color: #40FFDD; }
a { background-color: rgb(64,255,221); }
div.DivClassName
{
background-color: #40FFDD;
}
.BgClassName
{
background-color: #40FFDD;
}
</style>
border-color css
<style>
span { border-color: #40FFDD; }
span { border-color: rgb(64,255,221); }
td.TdClassName
{
border-color: #40FFDD;
}
.TagClassName
{
border-color: #40FFDD;
}
</style>