Shades of Turquoise #40FCE1
Tints of Turquoise #40FCE1
RGB
CMYK
RGB Variations
Color information
#40FCE1 (or 0x40FCE1) is known color: Turquoise. HEX triplet: 40, FC and E1. RGB value is (64,252,225). Sum of RGB (Red+Green+Blue) = 64+252+225=541 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.83% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCE1 is #BF031E. Grayscale: #C0C0C0. Windows color (decimal): -12518175 or 14810176. OLE color: 14810176.
HSL color Cylindrical-coordinate representation of color #40FCE1: hue angle of 171.38º 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 #40FCE1 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 225 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.01 |
| HSL | 171.38º | 0.97% | 0.62% | - |
| HSV(B) | 171.38º | 0.75% | 0.99% | - |
| XYZ | 50.52 | 76.15 | 83.27 | - |
| YUV | 192.71 | 146.22 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 225 | 0.75 | 0 | 0.11 | 0.01 | 171.38 | 0.97 | 0.62 |
| Hex | 40 | FC | E1 | 4B | 0 | B | 1 | AB | 61 | 3E |
| Octal | 100 | 374 | 341 | 113 | 0 | 13 | 1 | 253 | 141 | 76 |
| Binary | 1000000 | 11111100 | 11100001 | 1001011 | 0 | 1011 | 1 | 10101011 | 1100001 | 111110 |
Color Harmonies of #40FCE1
Complementary color
Monochromatic Colors of #40FCE1
Black with #40FCE1
Text Example
Text Example
White with #40FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCE1; }
p { color: rgb(64,252,225); }
H1.HeaderClassName
{
color: #40FCE1;
}
.AnyTagClassName
{
color: #40FCE1;
}
</style>
background-color css
<style>
a { background-color: #40FCE1; }
a { background-color: rgb(64,252,225); }
div.DivClassName
{
background-color: #40FCE1;
}
.BgClassName
{
background-color: #40FCE1;
}
</style>
border-color css
<style>
span { border-color: #40FCE1; }
span { border-color: rgb(64,252,225); }
td.TdClassName
{
border-color: #40FCE1;
}
.TagClassName
{
border-color: #40FCE1;
}
</style>