Shades of Turquoise #40F8C0
Tints of Turquoise #40F8C0
RGB
CMYK
RGB Variations
Color information
#40F8C0 (or 0x40F8C0) is known color: Turquoise. HEX triplet: 40, F8 and C0. RGB value is (64,248,192). Sum of RGB (Red+Green+Blue) = 64+248+192=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8C0 is #BF073F. Grayscale: #BABABA. Windows color (decimal): -12519232 or 12646464. OLE color: 12646464.
HSL color Cylindrical-coordinate representation of color #40F8C0: hue angle of 161.74º 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 #40F8C0 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 192 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.03 |
| HSL | 161.74º | 0.93% | 0.61% | - |
| HSV(B) | 161.74º | 0.74% | 0.97% | - |
| XYZ | 45.2 | 72.03 | 61.39 | - |
| YUV | 186.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 192 | 0.74 | 0 | 0.23 | 0.03 | 161.74 | 0.93 | 0.61 |
| Hex | 40 | F8 | C0 | 4A | 0 | 17 | 3 | A2 | 5D | 3D |
| Octal | 100 | 370 | 300 | 112 | 0 | 27 | 3 | 242 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11000000 | 1001010 | 0 | 10111 | 11 | 10100010 | 1011101 | 111101 |
Color Harmonies of #40F8C0
Complementary color
Monochromatic Colors of #40F8C0
Black with #40F8C0
Text Example
Text Example
White with #40F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8C0; }
p { color: rgb(64,248,192); }
H1.HeaderClassName
{
color: #40F8C0;
}
.AnyTagClassName
{
color: #40F8C0;
}
</style>
background-color css
<style>
a { background-color: #40F8C0; }
a { background-color: rgb(64,248,192); }
div.DivClassName
{
background-color: #40F8C0;
}
.BgClassName
{
background-color: #40F8C0;
}
</style>
border-color css
<style>
span { border-color: #40F8C0; }
span { border-color: rgb(64,248,192); }
td.TdClassName
{
border-color: #40F8C0;
}
.TagClassName
{
border-color: #40F8C0;
}
</style>