Shades of Turquoise #40FEDD
Tints of Turquoise #40FEDD
RGB
CMYK
RGB Variations
Color information
#40FEDD (or 0x40FEDD) is known color: Turquoise. HEX triplet: 40, FE and DD. RGB value is (64,254,221). Sum of RGB (Red+Green+Blue) = 64+254+221=539 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.87% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEDD is #BF0122. Grayscale: #C1C1C1. Windows color (decimal): -12517667 or 14548544. OLE color: 14548544.
HSL color Cylindrical-coordinate representation of color #40FEDD: hue angle of 169.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEDD is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 221 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.00 |
| HSL | 169.58º | 0.99% | 0.62% | - |
| HSV(B) | 169.58º | 0.75% | 1% | - |
| XYZ | 50.61 | 77.19 | 80.64 | - |
| YUV | 193.43 | 143.55 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 221 | 0.75 | 0 | 0.13 | 0.00 | 169.58 | 0.99 | 0.62 |
| Hex | 40 | FE | DD | 4B | 0 | D | 0 | AA | 63 | 3E |
| Octal | 100 | 376 | 335 | 113 | 0 | 15 | 0 | 252 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11011101 | 1001011 | 0 | 1101 | 0 | 10101010 | 1100011 | 111110 |
Color Harmonies of #40FEDD
Complementary color
Monochromatic Colors of #40FEDD
Black with #40FEDD
Text Example
Text Example
White with #40FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEDD; }
p { color: rgb(64,254,221); }
H1.HeaderClassName
{
color: #40FEDD;
}
.AnyTagClassName
{
color: #40FEDD;
}
</style>
background-color css
<style>
a { background-color: #40FEDD; }
a { background-color: rgb(64,254,221); }
div.DivClassName
{
background-color: #40FEDD;
}
.BgClassName
{
background-color: #40FEDD;
}
</style>
border-color css
<style>
span { border-color: #40FEDD; }
span { border-color: rgb(64,254,221); }
td.TdClassName
{
border-color: #40FEDD;
}
.TagClassName
{
border-color: #40FEDD;
}
</style>