Shades of Turquoise #40E4F9
Tints of Turquoise #40E4F9
RGB
CMYK
RGB Variations
Color information
#40E4F9 (or 0x40E4F9) is known color: Turquoise. HEX triplet: 40, E4 and F9. RGB value is (64,228,249). Sum of RGB (Red+Green+Blue) = 64+228+249=541 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.83% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #40E4F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E4F9 is #BF1B06. Grayscale: #B5B5B5. Windows color (decimal): -12524295 or 16376896. OLE color: 16376896.
HSL color Cylindrical-coordinate representation of color #40E4F9: hue angle of 186.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E4F9 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 228 | 249 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.02 |
| HSL | 186.81º | 0.94% | 0.61% | - |
| HSV(B) | 186.81º | 0.74% | 0.98% | - |
| XYZ | 46.96 | 63.42 | 99.39 | - |
| YUV | 181.36 | 166.17 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 249 | 0.74 | 0.08 | 0 | 0.02 | 186.81 | 0.94 | 0.61 |
| Hex | 40 | E4 | F9 | 4A | 8 | 0 | 2 | BB | 5E | 3D |
| Octal | 100 | 344 | 371 | 112 | 10 | 0 | 2 | 273 | 136 | 75 |
| Binary | 1000000 | 11100100 | 11111001 | 1001010 | 1000 | 0 | 10 | 10111011 | 1011110 | 111101 |
Color Harmonies of #40E4F9
Complementary color
Monochromatic Colors of #40E4F9
Black with #40E4F9
Text Example
Text Example
White with #40E4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E4F9; }
p { color: rgb(64,228,249); }
H1.HeaderClassName
{
color: #40E4F9;
}
.AnyTagClassName
{
color: #40E4F9;
}
</style>
background-color css
<style>
a { background-color: #40E4F9; }
a { background-color: rgb(64,228,249); }
div.DivClassName
{
background-color: #40E4F9;
}
.BgClassName
{
background-color: #40E4F9;
}
</style>
border-color css
<style>
span { border-color: #40E4F9; }
span { border-color: rgb(64,228,249); }
td.TdClassName
{
border-color: #40E4F9;
}
.TagClassName
{
border-color: #40E4F9;
}
</style>