Shades of Turquoise #40F8F0
Tints of Turquoise #40F8F0
RGB
CMYK
RGB Variations
Color information
#40F8F0 (or 0x40F8F0) is known color: Turquoise. HEX triplet: 40, F8 and F0. RGB value is (64,248,240). Sum of RGB (Red+Green+Blue) = 64+248+240=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F8F0 is #BF070F. Grayscale: #BFBFBF. Windows color (decimal): -12519184 or 15792192. OLE color: 15792192.
HSL color Cylindrical-coordinate representation of color #40F8F0: hue angle of 177.39º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8F0 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 240 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.03 |
| HSL | 177.39º | 0.93% | 0.61% | - |
| HSV(B) | 177.39º | 0.74% | 0.97% | - |
| XYZ | 51.41 | 74.52 | 94.11 | - |
| YUV | 192.07 | 155.04 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 240 | 0.74 | 0 | 0.03 | 0.03 | 177.39 | 0.93 | 0.61 |
| Hex | 40 | F8 | F0 | 4A | 0 | 3 | 3 | B1 | 5D | 3D |
| Octal | 100 | 370 | 360 | 112 | 0 | 3 | 3 | 261 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11110000 | 1001010 | 0 | 11 | 11 | 10110001 | 1011101 | 111101 |
Color Harmonies of #40F8F0
Complementary color
Monochromatic Colors of #40F8F0
Black with #40F8F0
Text Example
Text Example
White with #40F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8F0; }
p { color: rgb(64,248,240); }
H1.HeaderClassName
{
color: #40F8F0;
}
.AnyTagClassName
{
color: #40F8F0;
}
</style>
background-color css
<style>
a { background-color: #40F8F0; }
a { background-color: rgb(64,248,240); }
div.DivClassName
{
background-color: #40F8F0;
}
.BgClassName
{
background-color: #40F8F0;
}
</style>
border-color css
<style>
span { border-color: #40F8F0; }
span { border-color: rgb(64,248,240); }
td.TdClassName
{
border-color: #40F8F0;
}
.TagClassName
{
border-color: #40F8F0;
}
</style>