Shades of Turquoise #40E4F6
Tints of Turquoise #40E4F6
RGB
CMYK
RGB Variations
Color information
#40E4F6 (or 0x40E4F6) is known color: Turquoise. HEX triplet: 40, E4 and F6. RGB value is (64,228,246). Sum of RGB (Red+Green+Blue) = 64+228+246=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #40E4F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E4F6 is #BF1B09. Grayscale: #B4B4B4. Windows color (decimal): -12524298 or 16180288. OLE color: 16180288.
HSL color Cylindrical-coordinate representation of color #40E4F6: hue angle of 185.93º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E4F6 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 228 | 246 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.04 |
| HSL | 185.93º | 0.91% | 0.61% | - |
| HSV(B) | 185.93º | 0.74% | 0.96% | - |
| XYZ | 46.49 | 63.23 | 96.94 | - |
| YUV | 181.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 246 | 0.74 | 0.07 | 0 | 0.04 | 185.93 | 0.91 | 0.61 |
| Hex | 40 | E4 | F6 | 4A | 7 | 0 | 4 | BA | 5B | 3D |
| Octal | 100 | 344 | 366 | 112 | 7 | 0 | 4 | 272 | 133 | 75 |
| Binary | 1000000 | 11100100 | 11110110 | 1001010 | 111 | 0 | 100 | 10111010 | 1011011 | 111101 |
Color Harmonies of #40E4F6
Complementary color
Monochromatic Colors of #40E4F6
Black with #40E4F6
Text Example
Text Example
White with #40E4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E4F6; }
p { color: rgb(64,228,246); }
H1.HeaderClassName
{
color: #40E4F6;
}
.AnyTagClassName
{
color: #40E4F6;
}
</style>
background-color css
<style>
a { background-color: #40E4F6; }
a { background-color: rgb(64,228,246); }
div.DivClassName
{
background-color: #40E4F6;
}
.BgClassName
{
background-color: #40E4F6;
}
</style>
border-color css
<style>
span { border-color: #40E4F6; }
span { border-color: rgb(64,228,246); }
td.TdClassName
{
border-color: #40E4F6;
}
.TagClassName
{
border-color: #40E4F6;
}
</style>