Shades of Turquoise #40FBE9
Tints of Turquoise #40FBE9
RGB
CMYK
RGB Variations
Color information
#40FBE9 (or 0x40FBE9) is known color: Turquoise. HEX triplet: 40, FB and E9. RGB value is (64,251,233). Sum of RGB (Red+Green+Blue) = 64+251+233=548 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.68% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FBE9 is #BF0416. Grayscale: #C0C0C0. Windows color (decimal): -12518423 or 15334208. OLE color: 15334208.
HSL color Cylindrical-coordinate representation of color #40FBE9: hue angle of 174.22º 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 #40FBE9 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 233 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.02 |
| HSL | 174.22º | 0.96% | 0.62% | - |
| HSV(B) | 174.22º | 0.75% | 0.98% | - |
| XYZ | 51.32 | 75.97 | 89.05 | - |
| YUV | 193.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 233 | 0.75 | 0 | 0.07 | 0.02 | 174.22 | 0.96 | 0.62 |
| Hex | 40 | FB | E9 | 4B | 0 | 7 | 2 | AE | 60 | 3E |
| Octal | 100 | 373 | 351 | 113 | 0 | 7 | 2 | 256 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11101001 | 1001011 | 0 | 111 | 10 | 10101110 | 1100000 | 111110 |
Color Harmonies of #40FBE9
Complementary color
Monochromatic Colors of #40FBE9
Black with #40FBE9
Text Example
Text Example
White with #40FBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBE9; }
p { color: rgb(64,251,233); }
H1.HeaderClassName
{
color: #40FBE9;
}
.AnyTagClassName
{
color: #40FBE9;
}
</style>
background-color css
<style>
a { background-color: #40FBE9; }
a { background-color: rgb(64,251,233); }
div.DivClassName
{
background-color: #40FBE9;
}
.BgClassName
{
background-color: #40FBE9;
}
</style>
border-color css
<style>
span { border-color: #40FBE9; }
span { border-color: rgb(64,251,233); }
td.TdClassName
{
border-color: #40FBE9;
}
.TagClassName
{
border-color: #40FBE9;
}
</style>