Shades of Turquoise #40FCE8
Tints of Turquoise #40FCE8
RGB
CMYK
RGB Variations
Color information
#40FCE8 (or 0x40FCE8) is known color: Turquoise. HEX triplet: 40, FC and E8. RGB value is (64,252,232). Sum of RGB (Red+Green+Blue) = 64+252+232=548 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.68% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FCE8 is #BF0317. Grayscale: #C1C1C1. Windows color (decimal): -12518168 or 15268928. OLE color: 15268928.
HSL color Cylindrical-coordinate representation of color #40FCE8: hue angle of 173.62º 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 #40FCE8 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 232 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.01 |
| HSL | 173.62º | 0.97% | 0.62% | - |
| HSV(B) | 173.62º | 0.75% | 0.99% | - |
| XYZ | 51.49 | 76.54 | 88.4 | - |
| YUV | 193.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 232 | 0.75 | 0 | 0.08 | 0.01 | 173.62 | 0.97 | 0.62 |
| Hex | 40 | FC | E8 | 4B | 0 | 8 | 1 | AE | 61 | 3E |
| Octal | 100 | 374 | 350 | 113 | 0 | 10 | 1 | 256 | 141 | 76 |
| Binary | 1000000 | 11111100 | 11101000 | 1001011 | 0 | 1000 | 1 | 10101110 | 1100001 | 111110 |
Color Harmonies of #40FCE8
Complementary color
Monochromatic Colors of #40FCE8
Black with #40FCE8
Text Example
Text Example
White with #40FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCE8; }
p { color: rgb(64,252,232); }
H1.HeaderClassName
{
color: #40FCE8;
}
.AnyTagClassName
{
color: #40FCE8;
}
</style>
background-color css
<style>
a { background-color: #40FCE8; }
a { background-color: rgb(64,252,232); }
div.DivClassName
{
background-color: #40FCE8;
}
.BgClassName
{
background-color: #40FCE8;
}
</style>
border-color css
<style>
span { border-color: #40FCE8; }
span { border-color: rgb(64,252,232); }
td.TdClassName
{
border-color: #40FCE8;
}
.TagClassName
{
border-color: #40FCE8;
}
</style>