Shades of Turquoise #40FAD7
Tints of Turquoise #40FAD7
RGB
CMYK
RGB Variations
Color information
#40FAD7 (or 0x40FAD7) is known color: Turquoise. HEX triplet: 40, FA and D7. RGB value is (64,250,215). Sum of RGB (Red+Green+Blue) = 64+250+215=529 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.10% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAD7 is #BF0528. Grayscale: #BEBEBE. Windows color (decimal): -12518697 or 14154304. OLE color: 14154304.
HSL color Cylindrical-coordinate representation of color #40FAD7: hue angle of 168.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 #40FAD7 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 215 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.02 |
| HSL | 168.71º | 0.95% | 0.62% | - |
| HSV(B) | 168.71º | 0.74% | 0.98% | - |
| XYZ | 48.57 | 74.37 | 76.08 | - |
| YUV | 190.4 | 141.88 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 215 | 0.74 | 0 | 0.14 | 0.02 | 168.71 | 0.95 | 0.62 |
| Hex | 40 | FA | D7 | 4A | 0 | E | 2 | A9 | 5F | 3E |
| Octal | 100 | 372 | 327 | 112 | 0 | 16 | 2 | 251 | 137 | 76 |
| Binary | 1000000 | 11111010 | 11010111 | 1001010 | 0 | 1110 | 10 | 10101001 | 1011111 | 111110 |
Color Harmonies of #40FAD7
Complementary color
Monochromatic Colors of #40FAD7
Black with #40FAD7
Text Example
Text Example
White with #40FAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAD7; }
p { color: rgb(64,250,215); }
H1.HeaderClassName
{
color: #40FAD7;
}
.AnyTagClassName
{
color: #40FAD7;
}
</style>
background-color css
<style>
a { background-color: #40FAD7; }
a { background-color: rgb(64,250,215); }
div.DivClassName
{
background-color: #40FAD7;
}
.BgClassName
{
background-color: #40FAD7;
}
</style>
border-color css
<style>
span { border-color: #40FAD7; }
span { border-color: rgb(64,250,215); }
td.TdClassName
{
border-color: #40FAD7;
}
.TagClassName
{
border-color: #40FAD7;
}
</style>