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