Shades of Turquoise #40F6F1
Tints of Turquoise #40F6F1
RGB
CMYK
RGB Variations
Color information
#40F6F1 (or 0x40F6F1) is known color: Turquoise. HEX triplet: 40, F6 and F1. RGB value is (64,246,241). Sum of RGB (Red+Green+Blue) = 64+246+241=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #40F6F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F6F1 is #BF090E. Grayscale: #BEBEBE. Windows color (decimal): -12519695 or 15857216. OLE color: 15857216.
HSL color Cylindrical-coordinate representation of color #40F6F1: hue angle of 178.35º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F6F1 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 246 | 241 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.04 |
| HSL | 178.35º | 0.91% | 0.61% | - |
| HSV(B) | 178.35º | 0.74% | 0.96% | - |
| XYZ | 50.95 | 73.35 | 94.69 | - |
| YUV | 191.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 246 | 241 | 0.74 | 0 | 0.02 | 0.04 | 178.35 | 0.91 | 0.61 |
| Hex | 40 | F6 | F1 | 4A | 0 | 2 | 4 | B2 | 5B | 3D |
| Octal | 100 | 366 | 361 | 112 | 0 | 2 | 4 | 262 | 133 | 75 |
| Binary | 1000000 | 11110110 | 11110001 | 1001010 | 0 | 10 | 100 | 10110010 | 1011011 | 111101 |
Color Harmonies of #40F6F1
Complementary color
Monochromatic Colors of #40F6F1
Black with #40F6F1
Text Example
Text Example
White with #40F6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F6F1; }
p { color: rgb(64,246,241); }
H1.HeaderClassName
{
color: #40F6F1;
}
.AnyTagClassName
{
color: #40F6F1;
}
</style>
background-color css
<style>
a { background-color: #40F6F1; }
a { background-color: rgb(64,246,241); }
div.DivClassName
{
background-color: #40F6F1;
}
.BgClassName
{
background-color: #40F6F1;
}
</style>
border-color css
<style>
span { border-color: #40F6F1; }
span { border-color: rgb(64,246,241); }
td.TdClassName
{
border-color: #40F6F1;
}
.TagClassName
{
border-color: #40F6F1;
}
</style>