Shades of Turquoise #40FBCE
Tints of Turquoise #40FBCE
RGB
CMYK
RGB Variations
Color information
#40FBCE (or 0x40FBCE) is known color: Turquoise. HEX triplet: 40, FB and CE. RGB value is (64,251,206). Sum of RGB (Red+Green+Blue) = 64+251+206=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBCE is #BF0431. Grayscale: #BDBDBD. Windows color (decimal): -12518450 or 13564736. OLE color: 13564736.
HSL color Cylindrical-coordinate representation of color #40FBCE: hue angle of 165.56º 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 #40FBCE is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 206 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.02 |
| HSL | 165.56º | 0.96% | 0.62% | - |
| HSV(B) | 165.56º | 0.75% | 0.98% | - |
| XYZ | 47.75 | 74.54 | 70.26 | - |
| YUV | 189.96 | 137.05 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 206 | 0.75 | 0 | 0.18 | 0.02 | 165.56 | 0.96 | 0.62 |
| Hex | 40 | FB | CE | 4B | 0 | 12 | 2 | A6 | 60 | 3E |
| Octal | 100 | 373 | 316 | 113 | 0 | 22 | 2 | 246 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11001110 | 1001011 | 0 | 10010 | 10 | 10100110 | 1100000 | 111110 |
Color Harmonies of #40FBCE
Complementary color
Monochromatic Colors of #40FBCE
Black with #40FBCE
Text Example
Text Example
White with #40FBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBCE; }
p { color: rgb(64,251,206); }
H1.HeaderClassName
{
color: #40FBCE;
}
.AnyTagClassName
{
color: #40FBCE;
}
</style>
background-color css
<style>
a { background-color: #40FBCE; }
a { background-color: rgb(64,251,206); }
div.DivClassName
{
background-color: #40FBCE;
}
.BgClassName
{
background-color: #40FBCE;
}
</style>
border-color css
<style>
span { border-color: #40FBCE; }
span { border-color: rgb(64,251,206); }
td.TdClassName
{
border-color: #40FBCE;
}
.TagClassName
{
border-color: #40FBCE;
}
</style>