Shades of Turquoise #40F8DC
Tints of Turquoise #40F8DC
RGB
CMYK
RGB Variations
Color information
#40F8DC (or 0x40F8DC) is known color: Turquoise. HEX triplet: 40, F8 and DC. RGB value is (64,248,220). Sum of RGB (Red+Green+Blue) = 64+248+220=532 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.03% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8DC is #BF0723. Grayscale: #BDBDBD. Windows color (decimal): -12519204 or 14481472. OLE color: 14481472.
HSL color Cylindrical-coordinate representation of color #40F8DC: hue angle of 170.87º 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 #40F8DC is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 220 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.03 |
| HSL | 170.87º | 0.93% | 0.61% | - |
| HSV(B) | 170.87º | 0.74% | 0.97% | - |
| XYZ | 48.6 | 73.39 | 79.31 | - |
| YUV | 189.79 | 145.04 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 220 | 0.74 | 0 | 0.11 | 0.03 | 170.87 | 0.93 | 0.61 |
| Hex | 40 | F8 | DC | 4A | 0 | B | 3 | AB | 5D | 3D |
| Octal | 100 | 370 | 334 | 112 | 0 | 13 | 3 | 253 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11011100 | 1001010 | 0 | 1011 | 11 | 10101011 | 1011101 | 111101 |
Color Harmonies of #40F8DC
Complementary color
Monochromatic Colors of #40F8DC
Black with #40F8DC
Text Example
Text Example
White with #40F8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8DC; }
p { color: rgb(64,248,220); }
H1.HeaderClassName
{
color: #40F8DC;
}
.AnyTagClassName
{
color: #40F8DC;
}
</style>
background-color css
<style>
a { background-color: #40F8DC; }
a { background-color: rgb(64,248,220); }
div.DivClassName
{
background-color: #40F8DC;
}
.BgClassName
{
background-color: #40F8DC;
}
</style>
border-color css
<style>
span { border-color: #40F8DC; }
span { border-color: rgb(64,248,220); }
td.TdClassName
{
border-color: #40F8DC;
}
.TagClassName
{
border-color: #40F8DC;
}
</style>