Shades of Turquoise #40DAEA
Tints of Turquoise #40DAEA
RGB
CMYK
RGB Variations
Color information
#40DAEA (or 0x40DAEA) is known color: Turquoise. HEX triplet: 40, DA and EA. RGB value is (64,218,234). Sum of RGB (Red+Green+Blue) = 64+218+234=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #40DAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAEA is #BF2515. Grayscale: #ADADAD. Windows color (decimal): -12526870 or 15391296. OLE color: 15391296.
HSL color Cylindrical-coordinate representation of color #40DAEA: hue angle of 185.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DAEA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 218 | 234 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.08 |
| HSL | 185.65º | 0.8% | 0.58% | - |
| HSV(B) | 185.65º | 0.73% | 0.92% | - |
| XYZ | 42.04 | 57.17 | 86.66 | - |
| YUV | 173.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 234 | 0.73 | 0.07 | 0 | 0.08 | 185.65 | 0.8 | 0.58 |
| Hex | 40 | DA | EA | 49 | 7 | 0 | 8 | BA | 50 | 3A |
| Octal | 100 | 332 | 352 | 111 | 7 | 0 | 10 | 272 | 120 | 72 |
| Binary | 1000000 | 11011010 | 11101010 | 1001001 | 111 | 0 | 1000 | 10111010 | 1010000 | 111010 |
Color Harmonies of #40DAEA
Complementary color
Monochromatic Colors of #40DAEA
Black with #40DAEA
Text Example
Text Example
White with #40DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAEA; }
p { color: rgb(64,218,234); }
H1.HeaderClassName
{
color: #40DAEA;
}
.AnyTagClassName
{
color: #40DAEA;
}
</style>
background-color css
<style>
a { background-color: #40DAEA; }
a { background-color: rgb(64,218,234); }
div.DivClassName
{
background-color: #40DAEA;
}
.BgClassName
{
background-color: #40DAEA;
}
</style>
border-color css
<style>
span { border-color: #40DAEA; }
span { border-color: rgb(64,218,234); }
td.TdClassName
{
border-color: #40DAEA;
}
.TagClassName
{
border-color: #40DAEA;
}
</style>