Shades of Turquoise #40F4D6
Tints of Turquoise #40F4D6
RGB
CMYK
RGB Variations
Color information
#40F4D6 (or 0x40F4D6) is known color: Turquoise. HEX triplet: 40, F4 and D6. RGB value is (64,244,214). Sum of RGB (Red+Green+Blue) = 64+244+214=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #40F4D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F4D6 is #BF0B29. Grayscale: #BABABA. Windows color (decimal): -12520234 or 14087232. OLE color: 14087232.
HSL color Cylindrical-coordinate representation of color #40F4D6: hue angle of 170º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F4D6 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 244 | 214 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.04 |
| HSL | 170º | 0.89% | 0.6% | - |
| HSV(B) | 170º | 0.74% | 0.96% | - |
| XYZ | 46.6 | 70.65 | 74.8 | - |
| YUV | 186.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 244 | 214 | 0.74 | 0 | 0.12 | 0.04 | 170 | 0.89 | 0.6 |
| Hex | 40 | F4 | D6 | 4A | 0 | C | 4 | AA | 59 | 3C |
| Octal | 100 | 364 | 326 | 112 | 0 | 14 | 4 | 252 | 131 | 74 |
| Binary | 1000000 | 11110100 | 11010110 | 1001010 | 0 | 1100 | 100 | 10101010 | 1011001 | 111100 |
Color Harmonies of #40F4D6
Complementary color
Monochromatic Colors of #40F4D6
Black with #40F4D6
Text Example
Text Example
White with #40F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F4D6; }
p { color: rgb(64,244,214); }
H1.HeaderClassName
{
color: #40F4D6;
}
.AnyTagClassName
{
color: #40F4D6;
}
</style>
background-color css
<style>
a { background-color: #40F4D6; }
a { background-color: rgb(64,244,214); }
div.DivClassName
{
background-color: #40F4D6;
}
.BgClassName
{
background-color: #40F4D6;
}
</style>
border-color css
<style>
span { border-color: #40F4D6; }
span { border-color: rgb(64,244,214); }
td.TdClassName
{
border-color: #40F4D6;
}
.TagClassName
{
border-color: #40F4D6;
}
</style>