Shades of Turquoise #40FDF2
Tints of Turquoise #40FDF2
RGB
CMYK
RGB Variations
Color information
#40FDF2 (or 0x40FDF2) is known color: Turquoise. HEX triplet: 40, FD and F2. RGB value is (64,253,242). Sum of RGB (Red+Green+Blue) = 64+253+242=559 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.45% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDF2 is #BF020D. Grayscale: #C3C3C3. Windows color (decimal): -12517902 or 15924544. OLE color: 15924544.
HSL color Cylindrical-coordinate representation of color #40FDF2: hue angle of 176.51º 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 #40FDF2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 242 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.01 |
| HSL | 176.51º | 0.98% | 0.62% | - |
| HSV(B) | 176.51º | 0.75% | 0.99% | - |
| XYZ | 53.27 | 77.75 | 96.2 | - |
| YUV | 195.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 242 | 0.75 | 0 | 0.04 | 0.01 | 176.51 | 0.98 | 0.62 |
| Hex | 40 | FD | F2 | 4B | 0 | 4 | 1 | B1 | 62 | 3E |
| Octal | 100 | 375 | 362 | 113 | 0 | 4 | 1 | 261 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11110010 | 1001011 | 0 | 100 | 1 | 10110001 | 1100010 | 111110 |
Color Harmonies of #40FDF2
Complementary color
Monochromatic Colors of #40FDF2
Black with #40FDF2
Text Example
Text Example
White with #40FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDF2; }
p { color: rgb(64,253,242); }
H1.HeaderClassName
{
color: #40FDF2;
}
.AnyTagClassName
{
color: #40FDF2;
}
</style>
background-color css
<style>
a { background-color: #40FDF2; }
a { background-color: rgb(64,253,242); }
div.DivClassName
{
background-color: #40FDF2;
}
.BgClassName
{
background-color: #40FDF2;
}
</style>
border-color css
<style>
span { border-color: #40FDF2; }
span { border-color: rgb(64,253,242); }
td.TdClassName
{
border-color: #40FDF2;
}
.TagClassName
{
border-color: #40FDF2;
}
</style>