Shades of Turquoise #40FEF2
Tints of Turquoise #40FEF2
RGB
CMYK
RGB Variations
Color information
#40FEF2 (or 0x40FEF2) is known color: Turquoise. HEX triplet: 40, FE and F2. RGB value is (64,254,242). Sum of RGB (Red+Green+Blue) = 64+254+242=560 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.43% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEF2 is #BF010D. Grayscale: #C3C3C3. Windows color (decimal): -12517646 or 15924800. OLE color: 15924800.
HSL color Cylindrical-coordinate representation of color #40FEF2: hue angle of 176.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEF2 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 242 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.00 |
| HSL | 176.21º | 0.99% | 0.62% | - |
| HSV(B) | 176.21º | 0.75% | 1% | - |
| XYZ | 53.58 | 78.38 | 96.31 | - |
| YUV | 195.82 | 154.05 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 242 | 0.75 | 0 | 0.05 | 0.00 | 176.21 | 0.99 | 0.62 |
| Hex | 40 | FE | F2 | 4B | 0 | 5 | 0 | B0 | 63 | 3E |
| Octal | 100 | 376 | 362 | 113 | 0 | 5 | 0 | 260 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11110010 | 1001011 | 0 | 101 | 0 | 10110000 | 1100011 | 111110 |
Color Harmonies of #40FEF2
Complementary color
Monochromatic Colors of #40FEF2
Black with #40FEF2
Text Example
Text Example
White with #40FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEF2; }
p { color: rgb(64,254,242); }
H1.HeaderClassName
{
color: #40FEF2;
}
.AnyTagClassName
{
color: #40FEF2;
}
</style>
background-color css
<style>
a { background-color: #40FEF2; }
a { background-color: rgb(64,254,242); }
div.DivClassName
{
background-color: #40FEF2;
}
.BgClassName
{
background-color: #40FEF2;
}
</style>
border-color css
<style>
span { border-color: #40FEF2; }
span { border-color: rgb(64,254,242); }
td.TdClassName
{
border-color: #40FEF2;
}
.TagClassName
{
border-color: #40FEF2;
}
</style>