Shades of Turquoise Blue #40D8FF
Tints of Turquoise Blue #40D8FF
RGB
CMYK
RGB Variations
Color information
#40D8FF (or 0x40D8FF) is known color: Turquoise Blue. HEX triplet: 40, D8 and FF. RGB value is (64,216,255). Sum of RGB (Red+Green+Blue) = 64+216+255=535 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.96% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #40D8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D8FF is #BF2700. Grayscale: #AEAEAE. Windows color (decimal): -12527361 or 16767040. OLE color: 16767040.
HSL color Cylindrical-coordinate representation of color #40D8FF: hue angle of 192.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40D8FF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 216 | 255 | - |
| CMYK | 0.75 | 0.15 | 0 | 0 |
| HSL | 192.25º | 1% | 0.63% | - |
| HSV(B) | 192.25º | 0.75% | 1% | - |
| XYZ | 44.72 | 57.42 | 103.33 | - |
| YUV | 175 | 173.14 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 255 | 0.75 | 0.15 | 0 | 0 | 192.25 | 1 | 0.63 |
| Hex | 40 | D8 | FF | 4B | F | 0 | 0 | C0 | 64 | 3F |
| Octal | 100 | 330 | 377 | 113 | 17 | 0 | 0 | 300 | 144 | 77 |
| Binary | 1000000 | 11011000 | 11111111 | 1001011 | 1111 | 0 | 0 | 11000000 | 1100100 | 111111 |
Color Harmonies of #40D8FF
Complementary color
Monochromatic Colors of #40D8FF
Black with #40D8FF
Text Example
Text Example
White with #40D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8FF; }
p { color: rgb(64,216,255); }
H1.HeaderClassName
{
color: #40D8FF;
}
.AnyTagClassName
{
color: #40D8FF;
}
</style>
background-color css
<style>
a { background-color: #40D8FF; }
a { background-color: rgb(64,216,255); }
div.DivClassName
{
background-color: #40D8FF;
}
.BgClassName
{
background-color: #40D8FF;
}
</style>
border-color css
<style>
span { border-color: #40D8FF; }
span { border-color: rgb(64,216,255); }
td.TdClassName
{
border-color: #40D8FF;
}
.TagClassName
{
border-color: #40D8FF;
}
</style>