Shades of Turquoise #40F1DF
Tints of Turquoise #40F1DF
RGB
CMYK
RGB Variations
Color information
#40F1DF (or 0x40F1DF) is known color: Turquoise. HEX triplet: 40, F1 and DF. RGB value is (64,241,223). Sum of RGB (Red+Green+Blue) = 64+241+223=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1DF is #BF0E20. Grayscale: #B9B9B9. Windows color (decimal): -12520993 or 14676288. OLE color: 14676288.
HSL color Cylindrical-coordinate representation of color #40F1DF: hue angle of 173.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F1DF is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 223 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.05 |
| HSL | 173.9º | 0.86% | 0.6% | - |
| HSV(B) | 173.9º | 0.73% | 0.95% | - |
| XYZ | 46.89 | 69.33 | 80.72 | - |
| YUV | 186.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 223 | 0.73 | 0 | 0.07 | 0.05 | 173.9 | 0.86 | 0.6 |
| Hex | 40 | F1 | DF | 49 | 0 | 7 | 5 | AE | 56 | 3C |
| Octal | 100 | 361 | 337 | 111 | 0 | 7 | 5 | 256 | 126 | 74 |
| Binary | 1000000 | 11110001 | 11011111 | 1001001 | 0 | 111 | 101 | 10101110 | 1010110 | 111100 |
Color Harmonies of #40F1DF
Complementary color
Monochromatic Colors of #40F1DF
Black with #40F1DF
Text Example
Text Example
White with #40F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F1DF; }
p { color: rgb(64,241,223); }
H1.HeaderClassName
{
color: #40F1DF;
}
.AnyTagClassName
{
color: #40F1DF;
}
</style>
background-color css
<style>
a { background-color: #40F1DF; }
a { background-color: rgb(64,241,223); }
div.DivClassName
{
background-color: #40F1DF;
}
.BgClassName
{
background-color: #40F1DF;
}
</style>
border-color css
<style>
span { border-color: #40F1DF; }
span { border-color: rgb(64,241,223); }
td.TdClassName
{
border-color: #40F1DF;
}
.TagClassName
{
border-color: #40F1DF;
}
</style>