Shades of Turquoise #40FFCD
Tints of Turquoise #40FFCD
RGB
CMYK
RGB Variations
Color information
#40FFCD (or 0x40FFCD) is known color: Turquoise. HEX triplet: 40, FF and CD. RGB value is (64,255,205). Sum of RGB (Red+Green+Blue) = 64+255+205=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFCD is #BF0032. Grayscale: #C0C0C0. Windows color (decimal): -12517427 or 13500224. OLE color: 13500224.
HSL color Cylindrical-coordinate representation of color #40FFCD: hue angle of 164.29º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFCD is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 205 | - |
| CMYK | 0.75 | 0 | 0.20 | 0 |
| HSL | 164.29º | 1% | 0.63% | - |
| HSV(B) | 164.29º | 0.75% | 1% | - |
| XYZ | 48.89 | 77.02 | 70.05 | - |
| YUV | 192.19 | 135.22 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 205 | 0.75 | 0 | 0.20 | 0 | 164.29 | 1 | 0.63 |
| Hex | 40 | FF | CD | 4B | 0 | 14 | 0 | A4 | 64 | 3F |
| Octal | 100 | 377 | 315 | 113 | 0 | 24 | 0 | 244 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11001101 | 1001011 | 0 | 10100 | 0 | 10100100 | 1100100 | 111111 |
Color Harmonies of #40FFCD
Complementary color
Monochromatic Colors of #40FFCD
Black with #40FFCD
Text Example
Text Example
White with #40FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFCD; }
p { color: rgb(64,255,205); }
H1.HeaderClassName
{
color: #40FFCD;
}
.AnyTagClassName
{
color: #40FFCD;
}
</style>
background-color css
<style>
a { background-color: #40FFCD; }
a { background-color: rgb(64,255,205); }
div.DivClassName
{
background-color: #40FFCD;
}
.BgClassName
{
background-color: #40FFCD;
}
</style>
border-color css
<style>
span { border-color: #40FFCD; }
span { border-color: rgb(64,255,205); }
td.TdClassName
{
border-color: #40FFCD;
}
.TagClassName
{
border-color: #40FFCD;
}
</style>