Shades of Turquoise #40F2F6
Tints of Turquoise #40F2F6
RGB
CMYK
RGB Variations
Color information
#40F2F6 (or 0x40F2F6) is known color: Turquoise. HEX triplet: 40, F2 and F6. RGB value is (64,242,246). Sum of RGB (Red+Green+Blue) = 64+242+246=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #40F2F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F2F6 is #BF0D09. Grayscale: #BDBDBD. Windows color (decimal): -12520714 or 16183872. OLE color: 16183872.
HSL color Cylindrical-coordinate representation of color #40F2F6: hue angle of 181.32º 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 #40F2F6 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 242 | 246 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.04 |
| HSL | 181.32º | 0.91% | 0.61% | - |
| HSV(B) | 181.32º | 0.74% | 0.96% | - |
| XYZ | 50.5 | 71.25 | 98.28 | - |
| YUV | 189.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 246 | 0.74 | 0.02 | 0 | 0.04 | 181.32 | 0.91 | 0.61 |
| Hex | 40 | F2 | F6 | 4A | 2 | 0 | 4 | B5 | 5B | 3D |
| Octal | 100 | 362 | 366 | 112 | 2 | 0 | 4 | 265 | 133 | 75 |
| Binary | 1000000 | 11110010 | 11110110 | 1001010 | 10 | 0 | 100 | 10110101 | 1011011 | 111101 |
Color Harmonies of #40F2F6
Complementary color
Monochromatic Colors of #40F2F6
Black with #40F2F6
Text Example
Text Example
White with #40F2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F2F6; }
p { color: rgb(64,242,246); }
H1.HeaderClassName
{
color: #40F2F6;
}
.AnyTagClassName
{
color: #40F2F6;
}
</style>
background-color css
<style>
a { background-color: #40F2F6; }
a { background-color: rgb(64,242,246); }
div.DivClassName
{
background-color: #40F2F6;
}
.BgClassName
{
background-color: #40F2F6;
}
</style>
border-color css
<style>
span { border-color: #40F2F6; }
span { border-color: rgb(64,242,246); }
td.TdClassName
{
border-color: #40F2F6;
}
.TagClassName
{
border-color: #40F2F6;
}
</style>