Shades of Turquoise Blue #40D8FD
Tints of Turquoise Blue #40D8FD
RGB
CMYK
RGB Variations
Color information
#40D8FD (or 0x40D8FD) is known color: Turquoise Blue. HEX triplet: 40, D8 and FD. RGB value is (64,216,253). Sum of RGB (Red+Green+Blue) = 64+216+253=533 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.01% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #40D8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D8FD is #BF2702. Grayscale: #AEAEAE. Windows color (decimal): -12527363 or 16635968. OLE color: 16635968.
HSL color Cylindrical-coordinate representation of color #40D8FD: hue angle of 191.75º 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 #40D8FD is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 216 | 253 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.01 |
| HSL | 191.75º | 0.98% | 0.62% | - |
| HSV(B) | 191.75º | 0.75% | 0.99% | - |
| XYZ | 44.4 | 57.29 | 101.65 | - |
| YUV | 174.77 | 172.14 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 253 | 0.75 | 0.15 | 0 | 0.01 | 191.75 | 0.98 | 0.62 |
| Hex | 40 | D8 | FD | 4B | F | 0 | 1 | C0 | 62 | 3E |
| Octal | 100 | 330 | 375 | 113 | 17 | 0 | 1 | 300 | 142 | 76 |
| Binary | 1000000 | 11011000 | 11111101 | 1001011 | 1111 | 0 | 1 | 11000000 | 1100010 | 111110 |
Color Harmonies of #40D8FD
Complementary color
Monochromatic Colors of #40D8FD
Black with #40D8FD
Text Example
Text Example
White with #40D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8FD; }
p { color: rgb(64,216,253); }
H1.HeaderClassName
{
color: #40D8FD;
}
.AnyTagClassName
{
color: #40D8FD;
}
</style>
background-color css
<style>
a { background-color: #40D8FD; }
a { background-color: rgb(64,216,253); }
div.DivClassName
{
background-color: #40D8FD;
}
.BgClassName
{
background-color: #40D8FD;
}
</style>
border-color css
<style>
span { border-color: #40D8FD; }
span { border-color: rgb(64,216,253); }
td.TdClassName
{
border-color: #40D8FD;
}
.TagClassName
{
border-color: #40D8FD;
}
</style>