Shades of Turquoise #40FCEF
Tints of Turquoise #40FCEF
RGB
CMYK
RGB Variations
Color information
#40FCEF (or 0x40FCEF) is known color: Turquoise. HEX triplet: 40, FC and EF. RGB value is (64,252,239). Sum of RGB (Red+Green+Blue) = 64+252+239=555 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.53% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FCEF is #BF0310. Grayscale: #C2C2C2. Windows color (decimal): -12518161 or 15727680. OLE color: 15727680.
HSL color Cylindrical-coordinate representation of color #40FCEF: hue angle of 175.85º 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 #40FCEF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 239 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.01 |
| HSL | 175.85º | 0.97% | 0.62% | - |
| HSV(B) | 175.85º | 0.75% | 0.99% | - |
| XYZ | 52.5 | 76.94 | 93.75 | - |
| YUV | 194.31 | 153.22 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 239 | 0.75 | 0 | 0.05 | 0.01 | 175.85 | 0.97 | 0.62 |
| Hex | 40 | FC | EF | 4B | 0 | 5 | 1 | B0 | 61 | 3E |
| Octal | 100 | 374 | 357 | 113 | 0 | 5 | 1 | 260 | 141 | 76 |
| Binary | 1000000 | 11111100 | 11101111 | 1001011 | 0 | 101 | 1 | 10110000 | 1100001 | 111110 |
Color Harmonies of #40FCEF
Complementary color
Monochromatic Colors of #40FCEF
Black with #40FCEF
Text Example
Text Example
White with #40FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCEF; }
p { color: rgb(64,252,239); }
H1.HeaderClassName
{
color: #40FCEF;
}
.AnyTagClassName
{
color: #40FCEF;
}
</style>
background-color css
<style>
a { background-color: #40FCEF; }
a { background-color: rgb(64,252,239); }
div.DivClassName
{
background-color: #40FCEF;
}
.BgClassName
{
background-color: #40FCEF;
}
</style>
border-color css
<style>
span { border-color: #40FCEF; }
span { border-color: rgb(64,252,239); }
td.TdClassName
{
border-color: #40FCEF;
}
.TagClassName
{
border-color: #40FCEF;
}
</style>