Shades of Turquoise #40FAF6
Tints of Turquoise #40FAF6
RGB
CMYK
RGB Variations
Color information
#40FAF6 (or 0x40FAF6) is known color: Turquoise. HEX triplet: 40, FA and F6. RGB value is (64,250,246). Sum of RGB (Red+Green+Blue) = 64+250+246=560 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.43% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAF6 is #BF0509. Grayscale: #C1C1C1. Windows color (decimal): -12518666 or 16185920. OLE color: 16185920.
HSL color Cylindrical-coordinate representation of color #40FAF6: hue angle of 178.71º 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 #40FAF6 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 246 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.02 |
| HSL | 178.71º | 0.95% | 0.62% | - |
| HSV(B) | 178.71º | 0.74% | 0.98% | - |
| XYZ | 52.93 | 76.12 | 99.09 | - |
| YUV | 193.93 | 157.38 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 246 | 0.74 | 0 | 0.02 | 0.02 | 178.71 | 0.95 | 0.62 |
| Hex | 40 | FA | F6 | 4A | 0 | 2 | 2 | B3 | 5F | 3E |
| Octal | 100 | 372 | 366 | 112 | 0 | 2 | 2 | 263 | 137 | 76 |
| Binary | 1000000 | 11111010 | 11110110 | 1001010 | 0 | 10 | 10 | 10110011 | 1011111 | 111110 |
Color Harmonies of #40FAF6
Complementary color
Monochromatic Colors of #40FAF6
Black with #40FAF6
Text Example
Text Example
White with #40FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAF6; }
p { color: rgb(64,250,246); }
H1.HeaderClassName
{
color: #40FAF6;
}
.AnyTagClassName
{
color: #40FAF6;
}
</style>
background-color css
<style>
a { background-color: #40FAF6; }
a { background-color: rgb(64,250,246); }
div.DivClassName
{
background-color: #40FAF6;
}
.BgClassName
{
background-color: #40FAF6;
}
</style>
border-color css
<style>
span { border-color: #40FAF6; }
span { border-color: rgb(64,250,246); }
td.TdClassName
{
border-color: #40FAF6;
}
.TagClassName
{
border-color: #40FAF6;
}
</style>