Shades of Turquoise #40FCD4
Tints of Turquoise #40FCD4
RGB
CMYK
RGB Variations
Color information
#40FCD4 (or 0x40FCD4) is known color: Turquoise. HEX triplet: 40, FC and D4. RGB value is (64,252,212). Sum of RGB (Red+Green+Blue) = 64+252+212=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCD4 is #BF032B. Grayscale: #BFBFBF. Windows color (decimal): -12518188 or 13958208. OLE color: 13958208.
HSL color Cylindrical-coordinate representation of color #40FCD4: hue angle of 167.23º degrees, saturation: 0.97, 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 #40FCD4 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 212 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.01 |
| HSL | 167.23º | 0.97% | 0.62% | - |
| HSV(B) | 167.23º | 0.75% | 0.99% | - |
| XYZ | 48.81 | 75.46 | 74.28 | - |
| YUV | 191.23 | 139.72 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 212 | 0.75 | 0 | 0.16 | 0.01 | 167.23 | 0.97 | 0.62 |
| Hex | 40 | FC | D4 | 4B | 0 | 10 | 1 | A7 | 61 | 3E |
| Octal | 100 | 374 | 324 | 113 | 0 | 20 | 1 | 247 | 141 | 76 |
| Binary | 1000000 | 11111100 | 11010100 | 1001011 | 0 | 10000 | 1 | 10100111 | 1100001 | 111110 |
Color Harmonies of #40FCD4
Complementary color
Monochromatic Colors of #40FCD4
Black with #40FCD4
Text Example
Text Example
White with #40FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCD4; }
p { color: rgb(64,252,212); }
H1.HeaderClassName
{
color: #40FCD4;
}
.AnyTagClassName
{
color: #40FCD4;
}
</style>
background-color css
<style>
a { background-color: #40FCD4; }
a { background-color: rgb(64,252,212); }
div.DivClassName
{
background-color: #40FCD4;
}
.BgClassName
{
background-color: #40FCD4;
}
</style>
border-color css
<style>
span { border-color: #40FCD4; }
span { border-color: rgb(64,252,212); }
td.TdClassName
{
border-color: #40FCD4;
}
.TagClassName
{
border-color: #40FCD4;
}
</style>