Shades of Turquoise #40FDD8
Tints of Turquoise #40FDD8
RGB
CMYK
RGB Variations
Color information
#40FDD8 (or 0x40FDD8) is known color: Turquoise. HEX triplet: 40, FD and D8. RGB value is (64,253,216). Sum of RGB (Red+Green+Blue) = 64+253+216=533 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.01% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDD8 is #BF0227. Grayscale: #C0C0C0. Windows color (decimal): -12517928 or 14220608. OLE color: 14220608.
HSL color Cylindrical-coordinate representation of color #40FDD8: hue angle of 168.25º 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 #40FDD8 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 216 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.01 |
| HSL | 168.25º | 0.98% | 0.62% | - |
| HSV(B) | 168.25º | 0.75% | 0.99% | - |
| XYZ | 49.63 | 76.3 | 77.08 | - |
| YUV | 192.27 | 141.38 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 216 | 0.75 | 0 | 0.15 | 0.01 | 168.25 | 0.98 | 0.62 |
| Hex | 40 | FD | D8 | 4B | 0 | F | 1 | A8 | 62 | 3E |
| Octal | 100 | 375 | 330 | 113 | 0 | 17 | 1 | 250 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11011000 | 1001011 | 0 | 1111 | 1 | 10101000 | 1100010 | 111110 |
Color Harmonies of #40FDD8
Complementary color
Monochromatic Colors of #40FDD8
Black with #40FDD8
Text Example
Text Example
White with #40FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDD8; }
p { color: rgb(64,253,216); }
H1.HeaderClassName
{
color: #40FDD8;
}
.AnyTagClassName
{
color: #40FDD8;
}
</style>
background-color css
<style>
a { background-color: #40FDD8; }
a { background-color: rgb(64,253,216); }
div.DivClassName
{
background-color: #40FDD8;
}
.BgClassName
{
background-color: #40FDD8;
}
</style>
border-color css
<style>
span { border-color: #40FDD8; }
span { border-color: rgb(64,253,216); }
td.TdClassName
{
border-color: #40FDD8;
}
.TagClassName
{
border-color: #40FDD8;
}
</style>