Shades of Turquoise #40F1B5
Tints of Turquoise #40F1B5
RGB
CMYK
RGB Variations
Color information
#40F1B5 (or 0x40F1B5) is known color: Turquoise. HEX triplet: 40, F1 and B5. RGB value is (64,241,181). Sum of RGB (Red+Green+Blue) = 64+241+181=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1B5 is #BF0E4A. Grayscale: #B5B5B5. Windows color (decimal): -12521035 or 11923776. OLE color: 11923776.
HSL color Cylindrical-coordinate representation of color #40F1B5: hue angle of 159.66º 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 #40F1B5 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 181 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.05 |
| HSL | 159.66º | 0.86% | 0.6% | - |
| HSV(B) | 159.66º | 0.73% | 0.95% | - |
| XYZ | 41.91 | 67.34 | 54.5 | - |
| YUV | 181.24 | 127.86 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 181 | 0.73 | 0 | 0.25 | 0.05 | 159.66 | 0.86 | 0.6 |
| Hex | 40 | F1 | B5 | 49 | 0 | 19 | 5 | A0 | 56 | 3C |
| Octal | 100 | 361 | 265 | 111 | 0 | 31 | 5 | 240 | 126 | 74 |
| Binary | 1000000 | 11110001 | 10110101 | 1001001 | 0 | 11001 | 101 | 10100000 | 1010110 | 111100 |
Color Harmonies of #40F1B5
Complementary color
Monochromatic Colors of #40F1B5
Black with #40F1B5
Text Example
Text Example
White with #40F1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F1B5; }
p { color: rgb(64,241,181); }
H1.HeaderClassName
{
color: #40F1B5;
}
.AnyTagClassName
{
color: #40F1B5;
}
</style>
background-color css
<style>
a { background-color: #40F1B5; }
a { background-color: rgb(64,241,181); }
div.DivClassName
{
background-color: #40F1B5;
}
.BgClassName
{
background-color: #40F1B5;
}
</style>
border-color css
<style>
span { border-color: #40F1B5; }
span { border-color: rgb(64,241,181); }
td.TdClassName
{
border-color: #40F1B5;
}
.TagClassName
{
border-color: #40F1B5;
}
</style>