Shades of Turquoise #40DAEF
Tints of Turquoise #40DAEF
RGB
CMYK
RGB Variations
Color information
#40DAEF (or 0x40DAEF) is known color: Turquoise. HEX triplet: 40, DA and EF. RGB value is (64,218,239). Sum of RGB (Red+Green+Blue) = 64+218+239=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #40DAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAEF is #BF2510. Grayscale: #AEAEAE. Windows color (decimal): -12526865 or 15718976. OLE color: 15718976.
HSL color Cylindrical-coordinate representation of color #40DAEF: hue angle of 187.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DAEF is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 218 | 239 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.06 |
| HSL | 187.2º | 0.85% | 0.59% | - |
| HSV(B) | 187.2º | 0.73% | 0.94% | - |
| XYZ | 42.77 | 57.46 | 90.5 | - |
| YUV | 174.35 | 164.48 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 239 | 0.73 | 0.09 | 0 | 0.06 | 187.2 | 0.85 | 0.59 |
| Hex | 40 | DA | EF | 49 | 9 | 0 | 6 | BB | 55 | 3B |
| Octal | 100 | 332 | 357 | 111 | 11 | 0 | 6 | 273 | 125 | 73 |
| Binary | 1000000 | 11011010 | 11101111 | 1001001 | 1001 | 0 | 110 | 10111011 | 1010101 | 111011 |
Color Harmonies of #40DAEF
Complementary color
Monochromatic Colors of #40DAEF
Black with #40DAEF
Text Example
Text Example
White with #40DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAEF; }
p { color: rgb(64,218,239); }
H1.HeaderClassName
{
color: #40DAEF;
}
.AnyTagClassName
{
color: #40DAEF;
}
</style>
background-color css
<style>
a { background-color: #40DAEF; }
a { background-color: rgb(64,218,239); }
div.DivClassName
{
background-color: #40DAEF;
}
.BgClassName
{
background-color: #40DAEF;
}
</style>
border-color css
<style>
span { border-color: #40DAEF; }
span { border-color: rgb(64,218,239); }
td.TdClassName
{
border-color: #40DAEF;
}
.TagClassName
{
border-color: #40DAEF;
}
</style>