Shades of Turquoise #40FAF0
Tints of Turquoise #40FAF0
RGB
CMYK
RGB Variations
Color information
#40FAF0 (or 0x40FAF0) is known color: Turquoise. HEX triplet: 40, FA and F0. RGB value is (64,250,240). Sum of RGB (Red+Green+Blue) = 64+250+240=554 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.55% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAF0 is #BF050F. Grayscale: #C1C1C1. Windows color (decimal): -12518672 or 15792704. OLE color: 15792704.
HSL color Cylindrical-coordinate representation of color #40FAF0: hue angle of 176.77º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FAF0 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 240 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.02 |
| HSL | 176.77º | 0.95% | 0.62% | - |
| HSV(B) | 176.77º | 0.74% | 0.98% | - |
| XYZ | 52.03 | 75.75 | 94.32 | - |
| YUV | 193.25 | 154.38 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 240 | 0.74 | 0 | 0.04 | 0.02 | 176.77 | 0.95 | 0.62 |
| Hex | 40 | FA | F0 | 4A | 0 | 4 | 2 | B1 | 5F | 3E |
| Octal | 100 | 372 | 360 | 112 | 0 | 4 | 2 | 261 | 137 | 76 |
| Binary | 1000000 | 11111010 | 11110000 | 1001010 | 0 | 100 | 10 | 10110001 | 1011111 | 111110 |
Color Harmonies of #40FAF0
Complementary color
Monochromatic Colors of #40FAF0
Black with #40FAF0
Text Example
Text Example
White with #40FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAF0; }
p { color: rgb(64,250,240); }
H1.HeaderClassName
{
color: #40FAF0;
}
.AnyTagClassName
{
color: #40FAF0;
}
</style>
background-color css
<style>
a { background-color: #40FAF0; }
a { background-color: rgb(64,250,240); }
div.DivClassName
{
background-color: #40FAF0;
}
.BgClassName
{
background-color: #40FAF0;
}
</style>
border-color css
<style>
span { border-color: #40FAF0; }
span { border-color: rgb(64,250,240); }
td.TdClassName
{
border-color: #40FAF0;
}
.TagClassName
{
border-color: #40FAF0;
}
</style>