Shades of Turquoise #40FBEF
Tints of Turquoise #40FBEF
RGB
CMYK
RGB Variations
Color information
#40FBEF (or 0x40FBEF) is known color: Turquoise. HEX triplet: 40, FB and EF. RGB value is (64,251,239). Sum of RGB (Red+Green+Blue) = 64+251+239=554 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.55% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FBEF is #BF0410. Grayscale: #C1C1C1. Windows color (decimal): -12518417 or 15727424. OLE color: 15727424.
HSL color Cylindrical-coordinate representation of color #40FBEF: hue angle of 176.15º 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 #40FBEF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 239 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.02 |
| HSL | 176.15º | 0.96% | 0.62% | - |
| HSV(B) | 176.15º | 0.75% | 0.98% | - |
| XYZ | 52.19 | 76.32 | 93.64 | - |
| YUV | 193.72 | 153.55 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 239 | 0.75 | 0 | 0.05 | 0.02 | 176.15 | 0.96 | 0.62 |
| Hex | 40 | FB | EF | 4B | 0 | 5 | 2 | B0 | 60 | 3E |
| Octal | 100 | 373 | 357 | 113 | 0 | 5 | 2 | 260 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11101111 | 1001011 | 0 | 101 | 10 | 10110000 | 1100000 | 111110 |
Color Harmonies of #40FBEF
Complementary color
Monochromatic Colors of #40FBEF
Black with #40FBEF
Text Example
Text Example
White with #40FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBEF; }
p { color: rgb(64,251,239); }
H1.HeaderClassName
{
color: #40FBEF;
}
.AnyTagClassName
{
color: #40FBEF;
}
</style>
background-color css
<style>
a { background-color: #40FBEF; }
a { background-color: rgb(64,251,239); }
div.DivClassName
{
background-color: #40FBEF;
}
.BgClassName
{
background-color: #40FBEF;
}
</style>
border-color css
<style>
span { border-color: #40FBEF; }
span { border-color: rgb(64,251,239); }
td.TdClassName
{
border-color: #40FBEF;
}
.TagClassName
{
border-color: #40FBEF;
}
</style>