Shades of Turquoise Blue #40DAFF
Tints of Turquoise Blue #40DAFF
RGB
CMYK
RGB Variations
Color information
#40DAFF (or 0x40DAFF) is known color: Turquoise Blue. HEX triplet: 40, DA and FF. RGB value is (64,218,255). Sum of RGB (Red+Green+Blue) = 64+218+255=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAFF is #BF2500. Grayscale: #AFAFAF. Windows color (decimal): -12526849 or 16767552. OLE color: 16767552.
HSL color Cylindrical-coordinate representation of color #40DAFF: hue angle of 191.62º 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 #40DAFF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 218 | 255 | - |
| CMYK | 0.75 | 0.15 | 0 | 0 |
| HSL | 191.62º | 1% | 0.63% | - |
| HSV(B) | 191.62º | 0.75% | 1% | - |
| XYZ | 45.24 | 58.45 | 103.51 | - |
| YUV | 176.17 | 172.48 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 255 | 0.75 | 0.15 | 0 | 0 | 191.62 | 1 | 0.63 |
| Hex | 40 | DA | FF | 4B | F | 0 | 0 | C0 | 64 | 3F |
| Octal | 100 | 332 | 377 | 113 | 17 | 0 | 0 | 300 | 144 | 77 |
| Binary | 1000000 | 11011010 | 11111111 | 1001011 | 1111 | 0 | 0 | 11000000 | 1100100 | 111111 |
Color Harmonies of #40DAFF
Complementary color
Monochromatic Colors of #40DAFF
Black with #40DAFF
Text Example
Text Example
White with #40DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAFF; }
p { color: rgb(64,218,255); }
H1.HeaderClassName
{
color: #40DAFF;
}
.AnyTagClassName
{
color: #40DAFF;
}
</style>
background-color css
<style>
a { background-color: #40DAFF; }
a { background-color: rgb(64,218,255); }
div.DivClassName
{
background-color: #40DAFF;
}
.BgClassName
{
background-color: #40DAFF;
}
</style>
border-color css
<style>
span { border-color: #40DAFF; }
span { border-color: rgb(64,218,255); }
td.TdClassName
{
border-color: #40DAFF;
}
.TagClassName
{
border-color: #40DAFF;
}
</style>