Shades of Turquoise #40E9EA
Tints of Turquoise #40E9EA
RGB
CMYK
RGB Variations
Color information
#40E9EA (or 0x40E9EA) is known color: Turquoise. HEX triplet: 40, E9 and EA. RGB value is (64,233,234). Sum of RGB (Red+Green+Blue) = 64+233+234=531 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.05% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #40E9EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E9EA is #BF1615. Grayscale: #B6B6B6. Windows color (decimal): -12523030 or 15395136. OLE color: 15395136.
HSL color Cylindrical-coordinate representation of color #40E9EA: hue angle of 180.35º 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 #40E9EA is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 233 | 234 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.08 |
| HSL | 180.35º | 0.8% | 0.58% | - |
| HSV(B) | 180.35º | 0.73% | 0.92% | - |
| XYZ | 46.1 | 65.31 | 88.02 | - |
| YUV | 182.58 | 157.01 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 234 | 0.73 | 0.00 | 0 | 0.08 | 180.35 | 0.8 | 0.58 |
| Hex | 40 | E9 | EA | 49 | 0 | 0 | 8 | B4 | 50 | 3A |
| Octal | 100 | 351 | 352 | 111 | 0 | 0 | 10 | 264 | 120 | 72 |
| Binary | 1000000 | 11101001 | 11101010 | 1001001 | 0 | 0 | 1000 | 10110100 | 1010000 | 111010 |
Color Harmonies of #40E9EA
Complementary color
Monochromatic Colors of #40E9EA
Black with #40E9EA
Text Example
Text Example
White with #40E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E9EA; }
p { color: rgb(64,233,234); }
H1.HeaderClassName
{
color: #40E9EA;
}
.AnyTagClassName
{
color: #40E9EA;
}
</style>
background-color css
<style>
a { background-color: #40E9EA; }
a { background-color: rgb(64,233,234); }
div.DivClassName
{
background-color: #40E9EA;
}
.BgClassName
{
background-color: #40E9EA;
}
</style>
border-color css
<style>
span { border-color: #40E9EA; }
span { border-color: rgb(64,233,234); }
td.TdClassName
{
border-color: #40E9EA;
}
.TagClassName
{
border-color: #40E9EA;
}
</style>