Shades of Turquoise #40E2F8
Tints of Turquoise #40E2F8
RGB
CMYK
RGB Variations
Color information
#40E2F8 (or 0x40E2F8) is known color: Turquoise. HEX triplet: 40, E2 and F8. RGB value is (64,226,248). Sum of RGB (Red+Green+Blue) = 64+226+248=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #40E2F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E2F8 is #BF1D07. Grayscale: #B3B3B3. Windows color (decimal): -12524808 or 16310848. OLE color: 16310848.
HSL color Cylindrical-coordinate representation of color #40E2F8: hue angle of 187.17º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E2F8 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 226 | 248 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.03 |
| HSL | 187.17º | 0.93% | 0.61% | - |
| HSV(B) | 187.17º | 0.74% | 0.97% | - |
| XYZ | 46.25 | 62.26 | 98.39 | - |
| YUV | 180.07 | 166.33 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 248 | 0.74 | 0.09 | 0 | 0.03 | 187.17 | 0.93 | 0.61 |
| Hex | 40 | E2 | F8 | 4A | 9 | 0 | 3 | BB | 5D | 3D |
| Octal | 100 | 342 | 370 | 112 | 11 | 0 | 3 | 273 | 135 | 75 |
| Binary | 1000000 | 11100010 | 11111000 | 1001010 | 1001 | 0 | 11 | 10111011 | 1011101 | 111101 |
Color Harmonies of #40E2F8
Complementary color
Monochromatic Colors of #40E2F8
Black with #40E2F8
Text Example
Text Example
White with #40E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E2F8; }
p { color: rgb(64,226,248); }
H1.HeaderClassName
{
color: #40E2F8;
}
.AnyTagClassName
{
color: #40E2F8;
}
</style>
background-color css
<style>
a { background-color: #40E2F8; }
a { background-color: rgb(64,226,248); }
div.DivClassName
{
background-color: #40E2F8;
}
.BgClassName
{
background-color: #40E2F8;
}
</style>
border-color css
<style>
span { border-color: #40E2F8; }
span { border-color: rgb(64,226,248); }
td.TdClassName
{
border-color: #40E2F8;
}
.TagClassName
{
border-color: #40E2F8;
}
</style>