Shades of Turquoise #40EBEC
Tints of Turquoise #40EBEC
RGB
CMYK
RGB Variations
Color information
#40EBEC (or 0x40EBEC) is known color: Turquoise. HEX triplet: 40, EB and EC. RGB value is (64,235,236). Sum of RGB (Red+Green+Blue) = 64+235+236=535 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.96% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #40EBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EBEC is #BF1413. Grayscale: #B7B7B7. Windows color (decimal): -12522516 or 15526720. OLE color: 15526720.
HSL color Cylindrical-coordinate representation of color #40EBEC: hue angle of 180.35º degrees, saturation: 0.82, 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 #40EBEC is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 235 | 236 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.07 |
| HSL | 180.35º | 0.82% | 0.59% | - |
| HSV(B) | 180.35º | 0.73% | 0.93% | - |
| XYZ | 46.96 | 66.56 | 89.73 | - |
| YUV | 183.99 | 157.35 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 236 | 0.73 | 0.00 | 0 | 0.07 | 180.35 | 0.82 | 0.59 |
| Hex | 40 | EB | EC | 49 | 0 | 0 | 7 | B4 | 52 | 3B |
| Octal | 100 | 353 | 354 | 111 | 0 | 0 | 7 | 264 | 122 | 73 |
| Binary | 1000000 | 11101011 | 11101100 | 1001001 | 0 | 0 | 111 | 10110100 | 1010010 | 111011 |
Color Harmonies of #40EBEC
Complementary color
Monochromatic Colors of #40EBEC
Black with #40EBEC
Text Example
Text Example
White with #40EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EBEC; }
p { color: rgb(64,235,236); }
H1.HeaderClassName
{
color: #40EBEC;
}
.AnyTagClassName
{
color: #40EBEC;
}
</style>
background-color css
<style>
a { background-color: #40EBEC; }
a { background-color: rgb(64,235,236); }
div.DivClassName
{
background-color: #40EBEC;
}
.BgClassName
{
background-color: #40EBEC;
}
</style>
border-color css
<style>
span { border-color: #40EBEC; }
span { border-color: rgb(64,235,236); }
td.TdClassName
{
border-color: #40EBEC;
}
.TagClassName
{
border-color: #40EBEC;
}
</style>