Shades of Turquoise #40FDED
Tints of Turquoise #40FDED
RGB
CMYK
RGB Variations
Color information
#40FDED (or 0x40FDED) is known color: Turquoise. HEX triplet: 40, FD and ED. RGB value is (64,253,237). Sum of RGB (Red+Green+Blue) = 64+253+237=554 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.55% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDED is #BF0212. Grayscale: #C2C2C2. Windows color (decimal): -12517907 or 15596864. OLE color: 15596864.
HSL color Cylindrical-coordinate representation of color #40FDED: hue angle of 174.92º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FDED is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 237 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.01 |
| HSL | 174.92º | 0.98% | 0.62% | - |
| HSV(B) | 174.92º | 0.75% | 0.99% | - |
| XYZ | 52.53 | 77.45 | 92.3 | - |
| YUV | 194.67 | 151.88 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 237 | 0.75 | 0 | 0.06 | 0.01 | 174.92 | 0.98 | 0.62 |
| Hex | 40 | FD | ED | 4B | 0 | 6 | 1 | AF | 62 | 3E |
| Octal | 100 | 375 | 355 | 113 | 0 | 6 | 1 | 257 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11101101 | 1001011 | 0 | 110 | 1 | 10101111 | 1100010 | 111110 |
Color Harmonies of #40FDED
Complementary color
Monochromatic Colors of #40FDED
Black with #40FDED
Text Example
Text Example
White with #40FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDED; }
p { color: rgb(64,253,237); }
H1.HeaderClassName
{
color: #40FDED;
}
.AnyTagClassName
{
color: #40FDED;
}
</style>
background-color css
<style>
a { background-color: #40FDED; }
a { background-color: rgb(64,253,237); }
div.DivClassName
{
background-color: #40FDED;
}
.BgClassName
{
background-color: #40FDED;
}
</style>
border-color css
<style>
span { border-color: #40FDED; }
span { border-color: rgb(64,253,237); }
td.TdClassName
{
border-color: #40FDED;
}
.TagClassName
{
border-color: #40FDED;
}
</style>