Shades of Turquoise #40FBBB
Tints of Turquoise #40FBBB
RGB
CMYK
RGB Variations
Color information
#40FBBB (or 0x40FBBB) is known color: Turquoise. HEX triplet: 40, FB and BB. RGB value is (64,251,187). Sum of RGB (Red+Green+Blue) = 64+251+187=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBBB is #BF0444. Grayscale: #BBBBBB. Windows color (decimal): -12518469 or 12319552. OLE color: 12319552.
HSL color Cylindrical-coordinate representation of color #40FBBB: hue angle of 159.47º 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 #40FBBB is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 187 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.02 |
| HSL | 159.47º | 0.96% | 0.62% | - |
| HSV(B) | 159.47º | 0.75% | 0.98% | - |
| XYZ | 45.58 | 73.67 | 58.83 | - |
| YUV | 187.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 187 | 0.75 | 0 | 0.25 | 0.02 | 159.47 | 0.96 | 0.62 |
| Hex | 40 | FB | BB | 4B | 0 | 19 | 2 | 9F | 60 | 3E |
| Octal | 100 | 373 | 273 | 113 | 0 | 31 | 2 | 237 | 140 | 76 |
| Binary | 1000000 | 11111011 | 10111011 | 1001011 | 0 | 11001 | 10 | 10011111 | 1100000 | 111110 |
Color Harmonies of #40FBBB
Complementary color
Monochromatic Colors of #40FBBB
Black with #40FBBB
Text Example
Text Example
White with #40FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBBB; }
p { color: rgb(64,251,187); }
H1.HeaderClassName
{
color: #40FBBB;
}
.AnyTagClassName
{
color: #40FBBB;
}
</style>
background-color css
<style>
a { background-color: #40FBBB; }
a { background-color: rgb(64,251,187); }
div.DivClassName
{
background-color: #40FBBB;
}
.BgClassName
{
background-color: #40FBBB;
}
</style>
border-color css
<style>
span { border-color: #40FBBB; }
span { border-color: rgb(64,251,187); }
td.TdClassName
{
border-color: #40FBBB;
}
.TagClassName
{
border-color: #40FBBB;
}
</style>