Shades of Turquoise #40F4CF
Tints of Turquoise #40F4CF
RGB
CMYK
RGB Variations
Color information
#40F4CF (or 0x40F4CF) is known color: Turquoise. HEX triplet: 40, F4 and CF. RGB value is (64,244,207). Sum of RGB (Red+Green+Blue) = 64+244+207=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #40F4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F4CF is #BF0B30. Grayscale: #B9B9B9. Windows color (decimal): -12520241 or 13628480. OLE color: 13628480.
HSL color Cylindrical-coordinate representation of color #40F4CF: hue angle of 167.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F4CF is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 244 | 207 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.04 |
| HSL | 167.67º | 0.89% | 0.6% | - |
| HSV(B) | 167.67º | 0.74% | 0.96% | - |
| XYZ | 45.73 | 70.3 | 70.19 | - |
| YUV | 185.96 | 139.87 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 244 | 207 | 0.74 | 0 | 0.15 | 0.04 | 167.67 | 0.89 | 0.6 |
| Hex | 40 | F4 | CF | 4A | 0 | F | 4 | A8 | 59 | 3C |
| Octal | 100 | 364 | 317 | 112 | 0 | 17 | 4 | 250 | 131 | 74 |
| Binary | 1000000 | 11110100 | 11001111 | 1001010 | 0 | 1111 | 100 | 10101000 | 1011001 | 111100 |
Color Harmonies of #40F4CF
Complementary color
Monochromatic Colors of #40F4CF
Black with #40F4CF
Text Example
Text Example
White with #40F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F4CF; }
p { color: rgb(64,244,207); }
H1.HeaderClassName
{
color: #40F4CF;
}
.AnyTagClassName
{
color: #40F4CF;
}
</style>
background-color css
<style>
a { background-color: #40F4CF; }
a { background-color: rgb(64,244,207); }
div.DivClassName
{
background-color: #40F4CF;
}
.BgClassName
{
background-color: #40F4CF;
}
</style>
border-color css
<style>
span { border-color: #40F4CF; }
span { border-color: rgb(64,244,207); }
td.TdClassName
{
border-color: #40F4CF;
}
.TagClassName
{
border-color: #40F4CF;
}
</style>