Shades of Turquoise #40EBED
Tints of Turquoise #40EBED
RGB
CMYK
RGB Variations
Color information
#40EBED (or 0x40EBED) is known color: Turquoise. HEX triplet: 40, EB and ED. RGB value is (64,235,237). Sum of RGB (Red+Green+Blue) = 64+235+237=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #40EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EBED is #BF1412. Grayscale: #B7B7B7. Windows color (decimal): -12522515 or 15592256. OLE color: 15592256.
HSL color Cylindrical-coordinate representation of color #40EBED: hue angle of 180.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBED is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 235 | 237 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.07 |
| HSL | 180.69º | 0.83% | 0.59% | - |
| HSV(B) | 180.69º | 0.73% | 0.93% | - |
| XYZ | 47.11 | 66.62 | 90.5 | - |
| YUV | 184.1 | 157.85 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 237 | 0.73 | 0.01 | 0 | 0.07 | 180.69 | 0.83 | 0.59 |
| Hex | 40 | EB | ED | 49 | 1 | 0 | 7 | B5 | 53 | 3B |
| Octal | 100 | 353 | 355 | 111 | 1 | 0 | 7 | 265 | 123 | 73 |
| Binary | 1000000 | 11101011 | 11101101 | 1001001 | 1 | 0 | 111 | 10110101 | 1010011 | 111011 |
Color Harmonies of #40EBED
Complementary color
Monochromatic Colors of #40EBED
Black with #40EBED
Text Example
Text Example
White with #40EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EBED; }
p { color: rgb(64,235,237); }
H1.HeaderClassName
{
color: #40EBED;
}
.AnyTagClassName
{
color: #40EBED;
}
</style>
background-color css
<style>
a { background-color: #40EBED; }
a { background-color: rgb(64,235,237); }
div.DivClassName
{
background-color: #40EBED;
}
.BgClassName
{
background-color: #40EBED;
}
</style>
border-color css
<style>
span { border-color: #40EBED; }
span { border-color: rgb(64,235,237); }
td.TdClassName
{
border-color: #40EBED;
}
.TagClassName
{
border-color: #40EBED;
}
</style>