Shades of Turquoise #40F8CE
Tints of Turquoise #40F8CE
RGB
CMYK
RGB Variations
Color information
#40F8CE (or 0x40F8CE) is known color: Turquoise. HEX triplet: 40, F8 and CE. RGB value is (64,248,206). Sum of RGB (Red+Green+Blue) = 64+248+206=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8CE is #BF0731. Grayscale: #BCBCBC. Windows color (decimal): -12519218 or 13563968. OLE color: 13563968.
HSL color Cylindrical-coordinate representation of color #40F8CE: hue angle of 166.3º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8CE is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 206 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.03 |
| HSL | 166.3º | 0.93% | 0.61% | - |
| HSV(B) | 166.3º | 0.74% | 0.97% | - |
| XYZ | 46.82 | 72.68 | 69.95 | - |
| YUV | 188.2 | 138.04 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 206 | 0.74 | 0 | 0.17 | 0.03 | 166.3 | 0.93 | 0.61 |
| Hex | 40 | F8 | CE | 4A | 0 | 11 | 3 | A6 | 5D | 3D |
| Octal | 100 | 370 | 316 | 112 | 0 | 21 | 3 | 246 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11001110 | 1001010 | 0 | 10001 | 11 | 10100110 | 1011101 | 111101 |
Color Harmonies of #40F8CE
Complementary color
Monochromatic Colors of #40F8CE
Black with #40F8CE
Text Example
Text Example
White with #40F8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8CE; }
p { color: rgb(64,248,206); }
H1.HeaderClassName
{
color: #40F8CE;
}
.AnyTagClassName
{
color: #40F8CE;
}
</style>
background-color css
<style>
a { background-color: #40F8CE; }
a { background-color: rgb(64,248,206); }
div.DivClassName
{
background-color: #40F8CE;
}
.BgClassName
{
background-color: #40F8CE;
}
</style>
border-color css
<style>
span { border-color: #40F8CE; }
span { border-color: rgb(64,248,206); }
td.TdClassName
{
border-color: #40F8CE;
}
.TagClassName
{
border-color: #40F8CE;
}
</style>