Shades of Turquoise #40FDE2
Tints of Turquoise #40FDE2
RGB
CMYK
RGB Variations
Color information
#40FDE2 (or 0x40FDE2) is known color: Turquoise. HEX triplet: 40, FD and E2. RGB value is (64,253,226). Sum of RGB (Red+Green+Blue) = 64+253+226=543 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.79% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDE2 is #BF021D. Grayscale: #C1C1C1. Windows color (decimal): -12517918 or 14875968. OLE color: 14875968.
HSL color Cylindrical-coordinate representation of color #40FDE2: hue angle of 171.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FDE2 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 226 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.01 |
| HSL | 171.43º | 0.98% | 0.62% | - |
| HSV(B) | 171.43º | 0.75% | 0.99% | - |
| XYZ | 50.97 | 76.83 | 84.1 | - |
| YUV | 193.41 | 146.38 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 226 | 0.75 | 0 | 0.11 | 0.01 | 171.43 | 0.98 | 0.62 |
| Hex | 40 | FD | E2 | 4B | 0 | B | 1 | AB | 62 | 3E |
| Octal | 100 | 375 | 342 | 113 | 0 | 13 | 1 | 253 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11100010 | 1001011 | 0 | 1011 | 1 | 10101011 | 1100010 | 111110 |
Color Harmonies of #40FDE2
Complementary color
Monochromatic Colors of #40FDE2
Black with #40FDE2
Text Example
Text Example
White with #40FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDE2; }
p { color: rgb(64,253,226); }
H1.HeaderClassName
{
color: #40FDE2;
}
.AnyTagClassName
{
color: #40FDE2;
}
</style>
background-color css
<style>
a { background-color: #40FDE2; }
a { background-color: rgb(64,253,226); }
div.DivClassName
{
background-color: #40FDE2;
}
.BgClassName
{
background-color: #40FDE2;
}
</style>
border-color css
<style>
span { border-color: #40FDE2; }
span { border-color: rgb(64,253,226); }
td.TdClassName
{
border-color: #40FDE2;
}
.TagClassName
{
border-color: #40FDE2;
}
</style>