Shades of Turquoise Blue #40DAFE
Tints of Turquoise Blue #40DAFE
RGB
CMYK
RGB Variations
Color information
#40DAFE (or 0x40DAFE) is known color: Turquoise Blue. HEX triplet: 40, DA and FE. RGB value is (64,218,254). Sum of RGB (Red+Green+Blue) = 64+218+254=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #40DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAFE is #BF2501. Grayscale: #AFAFAF. Windows color (decimal): -12526850 or 16702016. OLE color: 16702016.
HSL color Cylindrical-coordinate representation of color #40DAFE: hue angle of 191.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DAFE is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 218 | 254 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.00 |
| HSL | 191.37º | 0.99% | 0.62% | - |
| HSV(B) | 191.37º | 0.75% | 1% | - |
| XYZ | 45.08 | 58.39 | 102.66 | - |
| YUV | 176.06 | 171.98 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 254 | 0.75 | 0.14 | 0 | 0.00 | 191.37 | 0.99 | 0.62 |
| Hex | 40 | DA | FE | 4B | E | 0 | 0 | BF | 63 | 3E |
| Octal | 100 | 332 | 376 | 113 | 16 | 0 | 0 | 277 | 143 | 76 |
| Binary | 1000000 | 11011010 | 11111110 | 1001011 | 1110 | 0 | 0 | 10111111 | 1100011 | 111110 |
Color Harmonies of #40DAFE
Complementary color
Monochromatic Colors of #40DAFE
Black with #40DAFE
Text Example
Text Example
White with #40DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAFE; }
p { color: rgb(64,218,254); }
H1.HeaderClassName
{
color: #40DAFE;
}
.AnyTagClassName
{
color: #40DAFE;
}
</style>
background-color css
<style>
a { background-color: #40DAFE; }
a { background-color: rgb(64,218,254); }
div.DivClassName
{
background-color: #40DAFE;
}
.BgClassName
{
background-color: #40DAFE;
}
</style>
border-color css
<style>
span { border-color: #40DAFE; }
span { border-color: rgb(64,218,254); }
td.TdClassName
{
border-color: #40DAFE;
}
.TagClassName
{
border-color: #40DAFE;
}
</style>