Shades of Turquoise #40FDEC
Tints of Turquoise #40FDEC
RGB
CMYK
RGB Variations
Color information
#40FDEC (or 0x40FDEC) is known color: Turquoise. HEX triplet: 40, FD and EC. RGB value is (64,253,236). Sum of RGB (Red+Green+Blue) = 64+253+236=553 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.57% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDEC is #BF0213. Grayscale: #C2C2C2. Windows color (decimal): -12517908 or 15531328. OLE color: 15531328.
HSL color Cylindrical-coordinate representation of color #40FDEC: hue angle of 174.6º 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 #40FDEC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 236 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.01 |
| HSL | 174.6º | 0.98% | 0.62% | - |
| HSV(B) | 174.6º | 0.75% | 0.99% | - |
| XYZ | 52.38 | 77.4 | 91.54 | - |
| YUV | 194.55 | 151.38 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 236 | 0.75 | 0 | 0.07 | 0.01 | 174.6 | 0.98 | 0.62 |
| Hex | 40 | FD | EC | 4B | 0 | 7 | 1 | AF | 62 | 3E |
| Octal | 100 | 375 | 354 | 113 | 0 | 7 | 1 | 257 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11101100 | 1001011 | 0 | 111 | 1 | 10101111 | 1100010 | 111110 |
Color Harmonies of #40FDEC
Complementary color
Monochromatic Colors of #40FDEC
Black with #40FDEC
Text Example
Text Example
White with #40FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDEC; }
p { color: rgb(64,253,236); }
H1.HeaderClassName
{
color: #40FDEC;
}
.AnyTagClassName
{
color: #40FDEC;
}
</style>
background-color css
<style>
a { background-color: #40FDEC; }
a { background-color: rgb(64,253,236); }
div.DivClassName
{
background-color: #40FDEC;
}
.BgClassName
{
background-color: #40FDEC;
}
</style>
border-color css
<style>
span { border-color: #40FDEC; }
span { border-color: rgb(64,253,236); }
td.TdClassName
{
border-color: #40FDEC;
}
.TagClassName
{
border-color: #40FDEC;
}
</style>