Shades of Turquoise #40EAFD
Tints of Turquoise #40EAFD
RGB
CMYK
RGB Variations
Color information
#40EAFD (or 0x40EAFD) is known color: Turquoise. HEX triplet: 40, EA and FD. RGB value is (64,234,253). Sum of RGB (Red+Green+Blue) = 64+234+253=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #40EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAFD is #BF1502. Grayscale: #B9B9B9. Windows color (decimal): -12522755 or 16640576. OLE color: 16640576.
HSL color Cylindrical-coordinate representation of color #40EAFD: hue angle of 186.03º 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 #40EAFD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 234 | 253 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.01 |
| HSL | 186.03º | 0.98% | 0.62% | - |
| HSV(B) | 186.03º | 0.75% | 0.99% | - |
| XYZ | 49.27 | 67.03 | 103.27 | - |
| YUV | 185.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 253 | 0.75 | 0.08 | 0 | 0.01 | 186.03 | 0.98 | 0.62 |
| Hex | 40 | EA | FD | 4B | 8 | 0 | 1 | BA | 62 | 3E |
| Octal | 100 | 352 | 375 | 113 | 10 | 0 | 1 | 272 | 142 | 76 |
| Binary | 1000000 | 11101010 | 11111101 | 1001011 | 1000 | 0 | 1 | 10111010 | 1100010 | 111110 |
Color Harmonies of #40EAFD
Complementary color
Monochromatic Colors of #40EAFD
Black with #40EAFD
Text Example
Text Example
White with #40EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAFD; }
p { color: rgb(64,234,253); }
H1.HeaderClassName
{
color: #40EAFD;
}
.AnyTagClassName
{
color: #40EAFD;
}
</style>
background-color css
<style>
a { background-color: #40EAFD; }
a { background-color: rgb(64,234,253); }
div.DivClassName
{
background-color: #40EAFD;
}
.BgClassName
{
background-color: #40EAFD;
}
</style>
border-color css
<style>
span { border-color: #40EAFD; }
span { border-color: rgb(64,234,253); }
td.TdClassName
{
border-color: #40EAFD;
}
.TagClassName
{
border-color: #40EAFD;
}
</style>