Shades of Turquoise #40FBE7
Tints of Turquoise #40FBE7
RGB
CMYK
RGB Variations
Color information
#40FBE7 (or 0x40FBE7) is known color: Turquoise. HEX triplet: 40, FB and E7. RGB value is (64,251,231). Sum of RGB (Red+Green+Blue) = 64+251+231=546 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.72% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FBE7 is #BF0418. Grayscale: #C0C0C0. Windows color (decimal): -12518425 or 15203136. OLE color: 15203136.
HSL color Cylindrical-coordinate representation of color #40FBE7: hue angle of 173.58º 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 #40FBE7 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 231 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.02 |
| HSL | 173.58º | 0.96% | 0.62% | - |
| HSV(B) | 173.58º | 0.75% | 0.98% | - |
| XYZ | 51.04 | 75.85 | 87.55 | - |
| YUV | 192.81 | 149.55 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 231 | 0.75 | 0 | 0.08 | 0.02 | 173.58 | 0.96 | 0.62 |
| Hex | 40 | FB | E7 | 4B | 0 | 8 | 2 | AE | 60 | 3E |
| Octal | 100 | 373 | 347 | 113 | 0 | 10 | 2 | 256 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11100111 | 1001011 | 0 | 1000 | 10 | 10101110 | 1100000 | 111110 |
Color Harmonies of #40FBE7
Complementary color
Monochromatic Colors of #40FBE7
Black with #40FBE7
Text Example
Text Example
White with #40FBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBE7; }
p { color: rgb(64,251,231); }
H1.HeaderClassName
{
color: #40FBE7;
}
.AnyTagClassName
{
color: #40FBE7;
}
</style>
background-color css
<style>
a { background-color: #40FBE7; }
a { background-color: rgb(64,251,231); }
div.DivClassName
{
background-color: #40FBE7;
}
.BgClassName
{
background-color: #40FBE7;
}
</style>
border-color css
<style>
span { border-color: #40FBE7; }
span { border-color: rgb(64,251,231); }
td.TdClassName
{
border-color: #40FBE7;
}
.TagClassName
{
border-color: #40FBE7;
}
</style>