Shades of Turquoise #40FBE5
Tints of Turquoise #40FBE5
RGB
CMYK
RGB Variations
Color information
#40FBE5 (or 0x40FBE5) is known color: Turquoise. HEX triplet: 40, FB and E5. RGB value is (64,251,229). Sum of RGB (Red+Green+Blue) = 64+251+229=544 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.76% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBE5 is #BF041A. Grayscale: #C0C0C0. Windows color (decimal): -12518427 or 15072064. OLE color: 15072064.
HSL color Cylindrical-coordinate representation of color #40FBE5: hue angle of 172.94º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBE5 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 229 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.02 |
| HSL | 172.94º | 0.96% | 0.62% | - |
| HSV(B) | 172.94º | 0.75% | 0.98% | - |
| XYZ | 50.75 | 75.74 | 86.07 | - |
| YUV | 192.58 | 148.55 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 229 | 0.75 | 0 | 0.09 | 0.02 | 172.94 | 0.96 | 0.62 |
| Hex | 40 | FB | E5 | 4B | 0 | 9 | 2 | AD | 60 | 3E |
| Octal | 100 | 373 | 345 | 113 | 0 | 11 | 2 | 255 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11100101 | 1001011 | 0 | 1001 | 10 | 10101101 | 1100000 | 111110 |
Color Harmonies of #40FBE5
Complementary color
Monochromatic Colors of #40FBE5
Black with #40FBE5
Text Example
Text Example
White with #40FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBE5; }
p { color: rgb(64,251,229); }
H1.HeaderClassName
{
color: #40FBE5;
}
.AnyTagClassName
{
color: #40FBE5;
}
</style>
background-color css
<style>
a { background-color: #40FBE5; }
a { background-color: rgb(64,251,229); }
div.DivClassName
{
background-color: #40FBE5;
}
.BgClassName
{
background-color: #40FBE5;
}
</style>
border-color css
<style>
span { border-color: #40FBE5; }
span { border-color: rgb(64,251,229); }
td.TdClassName
{
border-color: #40FBE5;
}
.TagClassName
{
border-color: #40FBE5;
}
</style>