Shades of Turquoise #40FCBB
Tints of Turquoise #40FCBB
RGB
CMYK
RGB Variations
Color information
#40FCBB (or 0x40FCBB) is known color: Turquoise. HEX triplet: 40, FC and BB. RGB value is (64,252,187). Sum of RGB (Red+Green+Blue) = 64+252+187=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCBB is #BF0344. Grayscale: #BCBCBC. Windows color (decimal): -12518213 or 12319808. OLE color: 12319808.
HSL color Cylindrical-coordinate representation of color #40FCBB: hue angle of 159.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCBB is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 187 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.01 |
| HSL | 159.26º | 0.97% | 0.62% | - |
| HSV(B) | 159.26º | 0.75% | 0.99% | - |
| XYZ | 45.89 | 74.3 | 58.94 | - |
| YUV | 188.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 187 | 0.75 | 0 | 0.26 | 0.01 | 159.26 | 0.97 | 0.62 |
| Hex | 40 | FC | BB | 4B | 0 | 1A | 1 | 9F | 61 | 3E |
| Octal | 100 | 374 | 273 | 113 | 0 | 32 | 1 | 237 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10111011 | 1001011 | 0 | 11010 | 1 | 10011111 | 1100001 | 111110 |
Color Harmonies of #40FCBB
Complementary color
Monochromatic Colors of #40FCBB
Black with #40FCBB
Text Example
Text Example
White with #40FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCBB; }
p { color: rgb(64,252,187); }
H1.HeaderClassName
{
color: #40FCBB;
}
.AnyTagClassName
{
color: #40FCBB;
}
</style>
background-color css
<style>
a { background-color: #40FCBB; }
a { background-color: rgb(64,252,187); }
div.DivClassName
{
background-color: #40FCBB;
}
.BgClassName
{
background-color: #40FCBB;
}
</style>
border-color css
<style>
span { border-color: #40FCBB; }
span { border-color: rgb(64,252,187); }
td.TdClassName
{
border-color: #40FCBB;
}
.TagClassName
{
border-color: #40FCBB;
}
</style>