Shades of Turquoise #40E8E4
Tints of Turquoise #40E8E4
RGB
CMYK
RGB Variations
Color information
#40E8E4 (or 0x40E8E4) is known color: Turquoise. HEX triplet: 40, E8 and E4. RGB value is (64,232,228). Sum of RGB (Red+Green+Blue) = 64+232+228=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #40E8E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E8E4 is #BF171B. Grayscale: #B5B5B5. Windows color (decimal): -12523292 or 15001664. OLE color: 15001664.
HSL color Cylindrical-coordinate representation of color #40E8E4: hue angle of 178.57º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E8E4 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 228 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.09 |
| HSL | 178.57º | 0.79% | 0.58% | - |
| HSV(B) | 178.57º | 0.72% | 0.91% | - |
| XYZ | 44.97 | 64.4 | 83.46 | - |
| YUV | 181.31 | 154.34 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 228 | 0.72 | 0 | 0.02 | 0.09 | 178.57 | 0.79 | 0.58 |
| Hex | 40 | E8 | E4 | 48 | 0 | 2 | 9 | B3 | 4F | 3A |
| Octal | 100 | 350 | 344 | 110 | 0 | 2 | 11 | 263 | 117 | 72 |
| Binary | 1000000 | 11101000 | 11100100 | 1001000 | 0 | 10 | 1001 | 10110011 | 1001111 | 111010 |
Color Harmonies of #40E8E4
Complementary color
Monochromatic Colors of #40E8E4
Black with #40E8E4
Text Example
Text Example
White with #40E8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E8E4; }
p { color: rgb(64,232,228); }
H1.HeaderClassName
{
color: #40E8E4;
}
.AnyTagClassName
{
color: #40E8E4;
}
</style>
background-color css
<style>
a { background-color: #40E8E4; }
a { background-color: rgb(64,232,228); }
div.DivClassName
{
background-color: #40E8E4;
}
.BgClassName
{
background-color: #40E8E4;
}
</style>
border-color css
<style>
span { border-color: #40E8E4; }
span { border-color: rgb(64,232,228); }
td.TdClassName
{
border-color: #40E8E4;
}
.TagClassName
{
border-color: #40E8E4;
}
</style>