Shades of Turquoise #40FFCF
Tints of Turquoise #40FFCF
RGB
CMYK
RGB Variations
Color information
#40FFCF (or 0x40FFCF) is known color: Turquoise. HEX triplet: 40, FF and CF. RGB value is (64,255,207). Sum of RGB (Red+Green+Blue) = 64+255+207=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFCF is #BF0030. Grayscale: #C0C0C0. Windows color (decimal): -12517425 or 13631296. OLE color: 13631296.
HSL color Cylindrical-coordinate representation of color #40FFCF: hue angle of 164.92º 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 #40FFCF is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 207 | - |
| CMYK | 0.75 | 0 | 0.19 | 0 |
| HSL | 164.92º | 1% | 0.63% | - |
| HSV(B) | 164.92º | 0.75% | 1% | - |
| XYZ | 49.14 | 77.11 | 71.33 | - |
| YUV | 192.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 207 | 0.75 | 0 | 0.19 | 0 | 164.92 | 1 | 0.63 |
| Hex | 40 | FF | CF | 4B | 0 | 13 | 0 | A5 | 64 | 3F |
| Octal | 100 | 377 | 317 | 113 | 0 | 23 | 0 | 245 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11001111 | 1001011 | 0 | 10011 | 0 | 10100101 | 1100100 | 111111 |
Color Harmonies of #40FFCF
Complementary color
Monochromatic Colors of #40FFCF
Black with #40FFCF
Text Example
Text Example
White with #40FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFCF; }
p { color: rgb(64,255,207); }
H1.HeaderClassName
{
color: #40FFCF;
}
.AnyTagClassName
{
color: #40FFCF;
}
</style>
background-color css
<style>
a { background-color: #40FFCF; }
a { background-color: rgb(64,255,207); }
div.DivClassName
{
background-color: #40FFCF;
}
.BgClassName
{
background-color: #40FFCF;
}
</style>
border-color css
<style>
span { border-color: #40FFCF; }
span { border-color: rgb(64,255,207); }
td.TdClassName
{
border-color: #40FFCF;
}
.TagClassName
{
border-color: #40FFCF;
}
</style>