Shades of Turquoise Blue #40DEFF
Tints of Turquoise Blue #40DEFF
RGB
CMYK
RGB Variations
Color information
#40DEFF (or 0x40DEFF) is known color: Turquoise Blue. HEX triplet: 40, DE and FF. RGB value is (64,222,255). Sum of RGB (Red+Green+Blue) = 64+222+255=541 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.83% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEFF is #BF2100. Grayscale: #B2B2B2. Windows color (decimal): -12525825 or 16768576. OLE color: 16768576.
HSL color Cylindrical-coordinate representation of color #40DEFF: hue angle of 190.37º 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 #40DEFF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 222 | 255 | - |
| CMYK | 0.75 | 0.13 | 0 | 0 |
| HSL | 190.37º | 1% | 0.63% | - |
| HSV(B) | 190.37º | 0.75% | 1% | - |
| XYZ | 46.29 | 60.55 | 103.86 | - |
| YUV | 178.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 255 | 0.75 | 0.13 | 0 | 0 | 190.37 | 1 | 0.63 |
| Hex | 40 | DE | FF | 4B | D | 0 | 0 | BE | 64 | 3F |
| Octal | 100 | 336 | 377 | 113 | 15 | 0 | 0 | 276 | 144 | 77 |
| Binary | 1000000 | 11011110 | 11111111 | 1001011 | 1101 | 0 | 0 | 10111110 | 1100100 | 111111 |
Color Harmonies of #40DEFF
Complementary color
Monochromatic Colors of #40DEFF
Black with #40DEFF
Text Example
Text Example
White with #40DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DEFF; }
p { color: rgb(64,222,255); }
H1.HeaderClassName
{
color: #40DEFF;
}
.AnyTagClassName
{
color: #40DEFF;
}
</style>
background-color css
<style>
a { background-color: #40DEFF; }
a { background-color: rgb(64,222,255); }
div.DivClassName
{
background-color: #40DEFF;
}
.BgClassName
{
background-color: #40DEFF;
}
</style>
border-color css
<style>
span { border-color: #40DEFF; }
span { border-color: rgb(64,222,255); }
td.TdClassName
{
border-color: #40DEFF;
}
.TagClassName
{
border-color: #40DEFF;
}
</style>