Shades of Turquoise #40F8F3
Tints of Turquoise #40F8F3
RGB
CMYK
RGB Variations
Color information
#40F8F3 (or 0x40F8F3) is known color: Turquoise. HEX triplet: 40, F8 and F3. RGB value is (64,248,243). Sum of RGB (Red+Green+Blue) = 64+248+243=555 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.53% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F8F3 is #BF070C. Grayscale: #C0C0C0. Windows color (decimal): -12519181 or 15988800. OLE color: 15988800.
HSL color Cylindrical-coordinate representation of color #40F8F3: hue angle of 178.37º 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 #40F8F3 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 243 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.03 |
| HSL | 178.37º | 0.93% | 0.61% | - |
| HSV(B) | 178.37º | 0.74% | 0.97% | - |
| XYZ | 51.86 | 74.7 | 96.48 | - |
| YUV | 192.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 243 | 0.74 | 0 | 0.02 | 0.03 | 178.37 | 0.93 | 0.61 |
| Hex | 40 | F8 | F3 | 4A | 0 | 2 | 3 | B2 | 5D | 3D |
| Octal | 100 | 370 | 363 | 112 | 0 | 2 | 3 | 262 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11110011 | 1001010 | 0 | 10 | 11 | 10110010 | 1011101 | 111101 |
Color Harmonies of #40F8F3
Complementary color
Monochromatic Colors of #40F8F3
Black with #40F8F3
Text Example
Text Example
White with #40F8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8F3; }
p { color: rgb(64,248,243); }
H1.HeaderClassName
{
color: #40F8F3;
}
.AnyTagClassName
{
color: #40F8F3;
}
</style>
background-color css
<style>
a { background-color: #40F8F3; }
a { background-color: rgb(64,248,243); }
div.DivClassName
{
background-color: #40F8F3;
}
.BgClassName
{
background-color: #40F8F3;
}
</style>
border-color css
<style>
span { border-color: #40F8F3; }
span { border-color: rgb(64,248,243); }
td.TdClassName
{
border-color: #40F8F3;
}
.TagClassName
{
border-color: #40F8F3;
}
</style>