Shades of Turquoise #40FAD5
Tints of Turquoise #40FAD5
RGB
CMYK
RGB Variations
Color information
#40FAD5 (or 0x40FAD5) is known color: Turquoise. HEX triplet: 40, FA and D5. RGB value is (64,250,213). Sum of RGB (Red+Green+Blue) = 64+250+213=527 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.14% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAD5 is #BF052A. Grayscale: #BEBEBE. Windows color (decimal): -12518699 or 14023232. OLE color: 14023232.
HSL color Cylindrical-coordinate representation of color #40FAD5: hue angle of 168.06º 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 #40FAD5 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 213 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.02 |
| HSL | 168.06º | 0.95% | 0.62% | - |
| HSV(B) | 168.06º | 0.74% | 0.98% | - |
| XYZ | 48.31 | 74.27 | 74.74 | - |
| YUV | 190.17 | 140.88 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 213 | 0.74 | 0 | 0.15 | 0.02 | 168.06 | 0.95 | 0.62 |
| Hex | 40 | FA | D5 | 4A | 0 | F | 2 | A8 | 5F | 3E |
| Octal | 100 | 372 | 325 | 112 | 0 | 17 | 2 | 250 | 137 | 76 |
| Binary | 1000000 | 11111010 | 11010101 | 1001010 | 0 | 1111 | 10 | 10101000 | 1011111 | 111110 |
Color Harmonies of #40FAD5
Complementary color
Monochromatic Colors of #40FAD5
Black with #40FAD5
Text Example
Text Example
White with #40FAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAD5; }
p { color: rgb(64,250,213); }
H1.HeaderClassName
{
color: #40FAD5;
}
.AnyTagClassName
{
color: #40FAD5;
}
</style>
background-color css
<style>
a { background-color: #40FAD5; }
a { background-color: rgb(64,250,213); }
div.DivClassName
{
background-color: #40FAD5;
}
.BgClassName
{
background-color: #40FAD5;
}
</style>
border-color css
<style>
span { border-color: #40FAD5; }
span { border-color: rgb(64,250,213); }
td.TdClassName
{
border-color: #40FAD5;
}
.TagClassName
{
border-color: #40FAD5;
}
</style>