Shades of Turquoise #40F7DF
Tints of Turquoise #40F7DF
RGB
CMYK
RGB Variations
Color information
#40F7DF (or 0x40F7DF) is known color: Turquoise. HEX triplet: 40, F7 and DF. RGB value is (64,247,223). Sum of RGB (Red+Green+Blue) = 64+247+223=534 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.99% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #40F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F7DF is #BF0820. Grayscale: #BDBDBD. Windows color (decimal): -12519457 or 14677824. OLE color: 14677824.
HSL color Cylindrical-coordinate representation of color #40F7DF: hue angle of 172.13º degrees, saturation: 0.92, 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 #40F7DF is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 223 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.03 |
| HSL | 172.13º | 0.92% | 0.61% | - |
| HSV(B) | 172.13º | 0.74% | 0.97% | - |
| XYZ | 48.69 | 72.94 | 81.32 | - |
| YUV | 189.55 | 146.87 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 223 | 0.74 | 0 | 0.10 | 0.03 | 172.13 | 0.92 | 0.61 |
| Hex | 40 | F7 | DF | 4A | 0 | A | 3 | AC | 5C | 3D |
| Octal | 100 | 367 | 337 | 112 | 0 | 12 | 3 | 254 | 134 | 75 |
| Binary | 1000000 | 11110111 | 11011111 | 1001010 | 0 | 1010 | 11 | 10101100 | 1011100 | 111101 |
Color Harmonies of #40F7DF
Complementary color
Monochromatic Colors of #40F7DF
Black with #40F7DF
Text Example
Text Example
White with #40F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F7DF; }
p { color: rgb(64,247,223); }
H1.HeaderClassName
{
color: #40F7DF;
}
.AnyTagClassName
{
color: #40F7DF;
}
</style>
background-color css
<style>
a { background-color: #40F7DF; }
a { background-color: rgb(64,247,223); }
div.DivClassName
{
background-color: #40F7DF;
}
.BgClassName
{
background-color: #40F7DF;
}
</style>
border-color css
<style>
span { border-color: #40F7DF; }
span { border-color: rgb(64,247,223); }
td.TdClassName
{
border-color: #40F7DF;
}
.TagClassName
{
border-color: #40F7DF;
}
</style>