Shades of Turquoise #40DEEA
Tints of Turquoise #40DEEA
RGB
CMYK
RGB Variations
Color information
#40DEEA (or 0x40DEEA) is known color: Turquoise. HEX triplet: 40, DE and EA. RGB value is (64,222,234). Sum of RGB (Red+Green+Blue) = 64+222+234=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #40DEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEEA is #BF2115. Grayscale: #AFAFAF. Windows color (decimal): -12525846 or 15392320. OLE color: 15392320.
HSL color Cylindrical-coordinate representation of color #40DEEA: hue angle of 184.24º 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 #40DEEA is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 222 | 234 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.08 |
| HSL | 184.24º | 0.8% | 0.58% | - |
| HSV(B) | 184.24º | 0.73% | 0.92% | - |
| XYZ | 43.09 | 59.27 | 87.01 | - |
| YUV | 176.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 234 | 0.73 | 0.05 | 0 | 0.08 | 184.24 | 0.8 | 0.58 |
| Hex | 40 | DE | EA | 49 | 5 | 0 | 8 | B8 | 50 | 3A |
| Octal | 100 | 336 | 352 | 111 | 5 | 0 | 10 | 270 | 120 | 72 |
| Binary | 1000000 | 11011110 | 11101010 | 1001001 | 101 | 0 | 1000 | 10111000 | 1010000 | 111010 |
Color Harmonies of #40DEEA
Complementary color
Monochromatic Colors of #40DEEA
Black with #40DEEA
Text Example
Text Example
White with #40DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DEEA; }
p { color: rgb(64,222,234); }
H1.HeaderClassName
{
color: #40DEEA;
}
.AnyTagClassName
{
color: #40DEEA;
}
</style>
background-color css
<style>
a { background-color: #40DEEA; }
a { background-color: rgb(64,222,234); }
div.DivClassName
{
background-color: #40DEEA;
}
.BgClassName
{
background-color: #40DEEA;
}
</style>
border-color css
<style>
span { border-color: #40DEEA; }
span { border-color: rgb(64,222,234); }
td.TdClassName
{
border-color: #40DEEA;
}
.TagClassName
{
border-color: #40DEEA;
}
</style>