Shades of Turquoise #40FCBF
Tints of Turquoise #40FCBF
RGB
CMYK
RGB Variations
Color information
#40FCBF (or 0x40FCBF) is known color: Turquoise. HEX triplet: 40, FC and BF. RGB value is (64,252,191). Sum of RGB (Red+Green+Blue) = 64+252+191=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCBF is #BF0340. Grayscale: #BCBCBC. Windows color (decimal): -12518209 or 12581952. OLE color: 12581952.
HSL color Cylindrical-coordinate representation of color #40FCBF: hue angle of 160.53º 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 #40FCBF is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 191 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.01 |
| HSL | 160.53º | 0.97% | 0.62% | - |
| HSV(B) | 160.53º | 0.75% | 0.99% | - |
| XYZ | 46.33 | 74.47 | 61.22 | - |
| YUV | 188.83 | 129.22 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 191 | 0.75 | 0 | 0.24 | 0.01 | 160.53 | 0.97 | 0.62 |
| Hex | 40 | FC | BF | 4B | 0 | 18 | 1 | A1 | 61 | 3E |
| Octal | 100 | 374 | 277 | 113 | 0 | 30 | 1 | 241 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10111111 | 1001011 | 0 | 11000 | 1 | 10100001 | 1100001 | 111110 |
Color Harmonies of #40FCBF
Complementary color
Monochromatic Colors of #40FCBF
Black with #40FCBF
Text Example
Text Example
White with #40FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCBF; }
p { color: rgb(64,252,191); }
H1.HeaderClassName
{
color: #40FCBF;
}
.AnyTagClassName
{
color: #40FCBF;
}
</style>
background-color css
<style>
a { background-color: #40FCBF; }
a { background-color: rgb(64,252,191); }
div.DivClassName
{
background-color: #40FCBF;
}
.BgClassName
{
background-color: #40FCBF;
}
</style>
border-color css
<style>
span { border-color: #40FCBF; }
span { border-color: rgb(64,252,191); }
td.TdClassName
{
border-color: #40FCBF;
}
.TagClassName
{
border-color: #40FCBF;
}
</style>