Shades of Turquoise #40F3F6
Tints of Turquoise #40F3F6
RGB
CMYK
RGB Variations
Color information
#40F3F6 (or 0x40F3F6) is known color: Turquoise. HEX triplet: 40, F3 and F6. RGB value is (64,243,246). Sum of RGB (Red+Green+Blue) = 64+243+246=553 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.57% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #40F3F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F3F6 is #BF0C09. Grayscale: #BDBDBD. Windows color (decimal): -12520458 or 16184128. OLE color: 16184128.
HSL color Cylindrical-coordinate representation of color #40F3F6: hue angle of 180.99º 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 #40F3F6 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 243 | 246 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.04 |
| HSL | 180.99º | 0.91% | 0.61% | - |
| HSV(B) | 180.99º | 0.74% | 0.96% | - |
| XYZ | 50.8 | 71.85 | 98.38 | - |
| YUV | 189.82 | 159.7 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 246 | 0.74 | 0.01 | 0 | 0.04 | 180.99 | 0.91 | 0.61 |
| Hex | 40 | F3 | F6 | 4A | 1 | 0 | 4 | B5 | 5B | 3D |
| Octal | 100 | 363 | 366 | 112 | 1 | 0 | 4 | 265 | 133 | 75 |
| Binary | 1000000 | 11110011 | 11110110 | 1001010 | 1 | 0 | 100 | 10110101 | 1011011 | 111101 |
Color Harmonies of #40F3F6
Complementary color
Monochromatic Colors of #40F3F6
Black with #40F3F6
Text Example
Text Example
White with #40F3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F3F6; }
p { color: rgb(64,243,246); }
H1.HeaderClassName
{
color: #40F3F6;
}
.AnyTagClassName
{
color: #40F3F6;
}
</style>
background-color css
<style>
a { background-color: #40F3F6; }
a { background-color: rgb(64,243,246); }
div.DivClassName
{
background-color: #40F3F6;
}
.BgClassName
{
background-color: #40F3F6;
}
</style>
border-color css
<style>
span { border-color: #40F3F6; }
span { border-color: rgb(64,243,246); }
td.TdClassName
{
border-color: #40F3F6;
}
.TagClassName
{
border-color: #40F3F6;
}
</style>