Shades of Turquoise #40FCBC
Tints of Turquoise #40FCBC
RGB
CMYK
RGB Variations
Color information
#40FCBC (or 0x40FCBC) is known color: Turquoise. HEX triplet: 40, FC and BC. RGB value is (64,252,188). Sum of RGB (Red+Green+Blue) = 64+252+188=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCBC is #BF0343. Grayscale: #BCBCBC. Windows color (decimal): -12518212 or 12385344. OLE color: 12385344.
HSL color Cylindrical-coordinate representation of color #40FCBC: hue angle of 159.57º 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 #40FCBC is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 188 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 159.57º | 0.97% | 0.62% | - |
| HSV(B) | 159.57º | 0.75% | 0.99% | - |
| XYZ | 46 | 74.34 | 59.5 | - |
| YUV | 188.49 | 127.72 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 188 | 0.75 | 0 | 0.25 | 0.01 | 159.57 | 0.97 | 0.62 |
| Hex | 40 | FC | BC | 4B | 0 | 19 | 1 | A0 | 61 | 3E |
| Octal | 100 | 374 | 274 | 113 | 0 | 31 | 1 | 240 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10111100 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100001 | 111110 |
Color Harmonies of #40FCBC
Complementary color
Monochromatic Colors of #40FCBC
Black with #40FCBC
Text Example
Text Example
White with #40FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCBC; }
p { color: rgb(64,252,188); }
H1.HeaderClassName
{
color: #40FCBC;
}
.AnyTagClassName
{
color: #40FCBC;
}
</style>
background-color css
<style>
a { background-color: #40FCBC; }
a { background-color: rgb(64,252,188); }
div.DivClassName
{
background-color: #40FCBC;
}
.BgClassName
{
background-color: #40FCBC;
}
</style>
border-color css
<style>
span { border-color: #40FCBC; }
span { border-color: rgb(64,252,188); }
td.TdClassName
{
border-color: #40FCBC;
}
.TagClassName
{
border-color: #40FCBC;
}
</style>