Shades of Turquoise #40F1DA
Tints of Turquoise #40F1DA
RGB
CMYK
RGB Variations
Color information
#40F1DA (or 0x40F1DA) is known color: Turquoise. HEX triplet: 40, F1 and DA. RGB value is (64,241,218). Sum of RGB (Red+Green+Blue) = 64+241+218=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1DA is #BF0E25. Grayscale: #B9B9B9. Windows color (decimal): -12520998 or 14348608. OLE color: 14348608.
HSL color Cylindrical-coordinate representation of color #40F1DA: hue angle of 172.2º 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 #40F1DA is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 218 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.05 |
| HSL | 172.2º | 0.86% | 0.6% | - |
| HSV(B) | 172.2º | 0.73% | 0.95% | - |
| XYZ | 46.22 | 69.06 | 77.22 | - |
| YUV | 185.46 | 146.36 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 218 | 0.73 | 0 | 0.10 | 0.05 | 172.2 | 0.86 | 0.6 |
| Hex | 40 | F1 | DA | 49 | 0 | A | 5 | AC | 56 | 3C |
| Octal | 100 | 361 | 332 | 111 | 0 | 12 | 5 | 254 | 126 | 74 |
| Binary | 1000000 | 11110001 | 11011010 | 1001001 | 0 | 1010 | 101 | 10101100 | 1010110 | 111100 |
Color Harmonies of #40F1DA
Complementary color
Monochromatic Colors of #40F1DA
Black with #40F1DA
Text Example
Text Example
White with #40F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F1DA; }
p { color: rgb(64,241,218); }
H1.HeaderClassName
{
color: #40F1DA;
}
.AnyTagClassName
{
color: #40F1DA;
}
</style>
background-color css
<style>
a { background-color: #40F1DA; }
a { background-color: rgb(64,241,218); }
div.DivClassName
{
background-color: #40F1DA;
}
.BgClassName
{
background-color: #40F1DA;
}
</style>
border-color css
<style>
span { border-color: #40F1DA; }
span { border-color: rgb(64,241,218); }
td.TdClassName
{
border-color: #40F1DA;
}
.TagClassName
{
border-color: #40F1DA;
}
</style>