Shades of Turquoise #40DCEA
Tints of Turquoise #40DCEA
RGB
CMYK
RGB Variations
Color information
#40DCEA (or 0x40DCEA) is known color: Turquoise. HEX triplet: 40, DC and EA. RGB value is (64,220,234). Sum of RGB (Red+Green+Blue) = 64+220+234=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #40DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCEA is #BF2315. Grayscale: #AEAEAE. Windows color (decimal): -12526358 or 15391808. OLE color: 15391808.
HSL color Cylindrical-coordinate representation of color #40DCEA: hue angle of 184.94º 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 #40DCEA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 220 | 234 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.08 |
| HSL | 184.94º | 0.8% | 0.58% | - |
| HSV(B) | 184.94º | 0.73% | 0.92% | - |
| XYZ | 42.56 | 58.22 | 86.84 | - |
| YUV | 174.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 234 | 0.73 | 0.06 | 0 | 0.08 | 184.94 | 0.8 | 0.58 |
| Hex | 40 | DC | EA | 49 | 6 | 0 | 8 | B9 | 50 | 3A |
| Octal | 100 | 334 | 352 | 111 | 6 | 0 | 10 | 271 | 120 | 72 |
| Binary | 1000000 | 11011100 | 11101010 | 1001001 | 110 | 0 | 1000 | 10111001 | 1010000 | 111010 |
Color Harmonies of #40DCEA
Complementary color
Monochromatic Colors of #40DCEA
Black with #40DCEA
Text Example
Text Example
White with #40DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DCEA; }
p { color: rgb(64,220,234); }
H1.HeaderClassName
{
color: #40DCEA;
}
.AnyTagClassName
{
color: #40DCEA;
}
</style>
background-color css
<style>
a { background-color: #40DCEA; }
a { background-color: rgb(64,220,234); }
div.DivClassName
{
background-color: #40DCEA;
}
.BgClassName
{
background-color: #40DCEA;
}
</style>
border-color css
<style>
span { border-color: #40DCEA; }
span { border-color: rgb(64,220,234); }
td.TdClassName
{
border-color: #40DCEA;
}
.TagClassName
{
border-color: #40DCEA;
}
</style>