Shades of Turquoise #40FECB
Tints of Turquoise #40FECB
RGB
CMYK
RGB Variations
Color information
#40FECB (or 0x40FECB) is known color: Turquoise. HEX triplet: 40, FE and CB. RGB value is (64,254,203). Sum of RGB (Red+Green+Blue) = 64+254+203=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #40FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FECB is #BF0134. Grayscale: #BFBFBF. Windows color (decimal): -12517685 or 13368896. OLE color: 13368896.
HSL color Cylindrical-coordinate representation of color #40FECB: hue angle of 163.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FECB is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 203 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.00 |
| HSL | 163.89º | 0.99% | 0.62% | - |
| HSV(B) | 163.89º | 0.75% | 1% | - |
| XYZ | 48.34 | 76.29 | 68.68 | - |
| YUV | 191.38 | 134.55 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 203 | 0.75 | 0 | 0.20 | 0.00 | 163.89 | 0.99 | 0.62 |
| Hex | 40 | FE | CB | 4B | 0 | 14 | 0 | A4 | 63 | 3E |
| Octal | 100 | 376 | 313 | 113 | 0 | 24 | 0 | 244 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11001011 | 1001011 | 0 | 10100 | 0 | 10100100 | 1100011 | 111110 |
Color Harmonies of #40FECB
Complementary color
Monochromatic Colors of #40FECB
Black with #40FECB
Text Example
Text Example
White with #40FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FECB; }
p { color: rgb(64,254,203); }
H1.HeaderClassName
{
color: #40FECB;
}
.AnyTagClassName
{
color: #40FECB;
}
</style>
background-color css
<style>
a { background-color: #40FECB; }
a { background-color: rgb(64,254,203); }
div.DivClassName
{
background-color: #40FECB;
}
.BgClassName
{
background-color: #40FECB;
}
</style>
border-color css
<style>
span { border-color: #40FECB; }
span { border-color: rgb(64,254,203); }
td.TdClassName
{
border-color: #40FECB;
}
.TagClassName
{
border-color: #40FECB;
}
</style>