Shades of Turquoise #40E5FD
Tints of Turquoise #40E5FD
RGB
CMYK
RGB Variations
Color information
#40E5FD (or 0x40E5FD) is known color: Turquoise. HEX triplet: 40, E5 and FD. RGB value is (64,229,253). Sum of RGB (Red+Green+Blue) = 64+229+253=546 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.72% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #40E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E5FD is #BF1A02. Grayscale: #B6B6B6. Windows color (decimal): -12524035 or 16639296. OLE color: 16639296.
HSL color Cylindrical-coordinate representation of color #40E5FD: hue angle of 187.62º 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 #40E5FD is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 229 | 253 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.01 |
| HSL | 187.62º | 0.98% | 0.62% | - |
| HSV(B) | 187.62º | 0.75% | 0.99% | - |
| XYZ | 47.86 | 64.22 | 102.8 | - |
| YUV | 182.4 | 167.84 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 253 | 0.75 | 0.09 | 0 | 0.01 | 187.62 | 0.98 | 0.62 |
| Hex | 40 | E5 | FD | 4B | 9 | 0 | 1 | BC | 62 | 3E |
| Octal | 100 | 345 | 375 | 113 | 11 | 0 | 1 | 274 | 142 | 76 |
| Binary | 1000000 | 11100101 | 11111101 | 1001011 | 1001 | 0 | 1 | 10111100 | 1100010 | 111110 |
Color Harmonies of #40E5FD
Complementary color
Monochromatic Colors of #40E5FD
Black with #40E5FD
Text Example
Text Example
White with #40E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E5FD; }
p { color: rgb(64,229,253); }
H1.HeaderClassName
{
color: #40E5FD;
}
.AnyTagClassName
{
color: #40E5FD;
}
</style>
background-color css
<style>
a { background-color: #40E5FD; }
a { background-color: rgb(64,229,253); }
div.DivClassName
{
background-color: #40E5FD;
}
.BgClassName
{
background-color: #40E5FD;
}
</style>
border-color css
<style>
span { border-color: #40E5FD; }
span { border-color: rgb(64,229,253); }
td.TdClassName
{
border-color: #40E5FD;
}
.TagClassName
{
border-color: #40E5FD;
}
</style>