Shades of Turquoise #40E3E9
Tints of Turquoise #40E3E9
RGB
CMYK
RGB Variations
Color information
#40E3E9 (or 0x40E3E9) is known color: Turquoise. HEX triplet: 40, E3 and E9. RGB value is (64,227,233). Sum of RGB (Red+Green+Blue) = 64+227+233=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #40E3E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E3E9 is #BF1C16. Grayscale: #B2B2B2. Windows color (decimal): -12524567 or 15328064. OLE color: 15328064.
HSL color Cylindrical-coordinate representation of color #40E3E9: hue angle of 182.13º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E3E9 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 227 | 233 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.09 |
| HSL | 182.13º | 0.79% | 0.58% | - |
| HSV(B) | 182.13º | 0.73% | 0.91% | - |
| XYZ | 44.29 | 61.91 | 86.71 | - |
| YUV | 178.95 | 158.5 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 233 | 0.73 | 0.03 | 0 | 0.09 | 182.13 | 0.79 | 0.58 |
| Hex | 40 | E3 | E9 | 49 | 3 | 0 | 9 | B6 | 4F | 3A |
| Octal | 100 | 343 | 351 | 111 | 3 | 0 | 11 | 266 | 117 | 72 |
| Binary | 1000000 | 11100011 | 11101001 | 1001001 | 11 | 0 | 1001 | 10110110 | 1001111 | 111010 |
Color Harmonies of #40E3E9
Complementary color
Monochromatic Colors of #40E3E9
Black with #40E3E9
Text Example
Text Example
White with #40E3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E3E9; }
p { color: rgb(64,227,233); }
H1.HeaderClassName
{
color: #40E3E9;
}
.AnyTagClassName
{
color: #40E3E9;
}
</style>
background-color css
<style>
a { background-color: #40E3E9; }
a { background-color: rgb(64,227,233); }
div.DivClassName
{
background-color: #40E3E9;
}
.BgClassName
{
background-color: #40E3E9;
}
</style>
border-color css
<style>
span { border-color: #40E3E9; }
span { border-color: rgb(64,227,233); }
td.TdClassName
{
border-color: #40E3E9;
}
.TagClassName
{
border-color: #40E3E9;
}
</style>