Shades of Turquoise #40FEF3
Tints of Turquoise #40FEF3
RGB
CMYK
RGB Variations
Color information
#40FEF3 (or 0x40FEF3) is known color: Turquoise. HEX triplet: 40, FE and F3. RGB value is (64,254,243). Sum of RGB (Red+Green+Blue) = 64+254+243=561 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.41% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEF3 is #BF010C. Grayscale: #C3C3C3. Windows color (decimal): -12517645 or 15990336. OLE color: 15990336.
HSL color Cylindrical-coordinate representation of color #40FEF3: hue angle of 176.53º 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 #40FEF3 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 243 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.00 |
| HSL | 176.53º | 0.99% | 0.62% | - |
| HSV(B) | 176.53º | 0.75% | 1% | - |
| XYZ | 53.73 | 78.44 | 97.1 | - |
| YUV | 195.94 | 154.55 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 243 | 0.75 | 0 | 0.04 | 0.00 | 176.53 | 0.99 | 0.62 |
| Hex | 40 | FE | F3 | 4B | 0 | 4 | 0 | B1 | 63 | 3E |
| Octal | 100 | 376 | 363 | 113 | 0 | 4 | 0 | 261 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11110011 | 1001011 | 0 | 100 | 0 | 10110001 | 1100011 | 111110 |
Color Harmonies of #40FEF3
Complementary color
Monochromatic Colors of #40FEF3
Black with #40FEF3
Text Example
Text Example
White with #40FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEF3; }
p { color: rgb(64,254,243); }
H1.HeaderClassName
{
color: #40FEF3;
}
.AnyTagClassName
{
color: #40FEF3;
}
</style>
background-color css
<style>
a { background-color: #40FEF3; }
a { background-color: rgb(64,254,243); }
div.DivClassName
{
background-color: #40FEF3;
}
.BgClassName
{
background-color: #40FEF3;
}
</style>
border-color css
<style>
span { border-color: #40FEF3; }
span { border-color: rgb(64,254,243); }
td.TdClassName
{
border-color: #40FEF3;
}
.TagClassName
{
border-color: #40FEF3;
}
</style>