Shades of Turquoise #40FBE3
Tints of Turquoise #40FBE3
RGB
CMYK
RGB Variations
Color information
#40FBE3 (or 0x40FBE3) is known color: Turquoise. HEX triplet: 40, FB and E3. RGB value is (64,251,227). Sum of RGB (Red+Green+Blue) = 64+251+227=542 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.81% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBE3 is #BF041C. Grayscale: #C0C0C0. Windows color (decimal): -12518429 or 14940992. OLE color: 14940992.
HSL color Cylindrical-coordinate representation of color #40FBE3: hue angle of 172.3º 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 #40FBE3 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 227 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.02 |
| HSL | 172.3º | 0.96% | 0.62% | - |
| HSV(B) | 172.3º | 0.75% | 0.98% | - |
| XYZ | 50.48 | 75.63 | 84.61 | - |
| YUV | 192.35 | 147.55 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 227 | 0.75 | 0 | 0.10 | 0.02 | 172.3 | 0.96 | 0.62 |
| Hex | 40 | FB | E3 | 4B | 0 | A | 2 | AC | 60 | 3E |
| Octal | 100 | 373 | 343 | 113 | 0 | 12 | 2 | 254 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11100011 | 1001011 | 0 | 1010 | 10 | 10101100 | 1100000 | 111110 |
Color Harmonies of #40FBE3
Complementary color
Monochromatic Colors of #40FBE3
Black with #40FBE3
Text Example
Text Example
White with #40FBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBE3; }
p { color: rgb(64,251,227); }
H1.HeaderClassName
{
color: #40FBE3;
}
.AnyTagClassName
{
color: #40FBE3;
}
</style>
background-color css
<style>
a { background-color: #40FBE3; }
a { background-color: rgb(64,251,227); }
div.DivClassName
{
background-color: #40FBE3;
}
.BgClassName
{
background-color: #40FBE3;
}
</style>
border-color css
<style>
span { border-color: #40FBE3; }
span { border-color: rgb(64,251,227); }
td.TdClassName
{
border-color: #40FBE3;
}
.TagClassName
{
border-color: #40FBE3;
}
</style>