Shades of Turquoise #40DFCE
Tints of Turquoise #40DFCE
RGB
CMYK
RGB Variations
Color information
#40DFCE (or 0x40DFCE) is known color: Turquoise. HEX triplet: 40, DF and CE. RGB value is (64,223,206). Sum of RGB (Red+Green+Blue) = 64+223+206=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFCE is #BF2031. Grayscale: #ADADAD. Windows color (decimal): -12525618 or 13557568. OLE color: 13557568.
HSL color Cylindrical-coordinate representation of color #40DFCE: hue angle of 173.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DFCE is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 206 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.13 |
| HSL | 173.58º | 0.71% | 0.56% | - |
| HSV(B) | 173.58º | 0.71% | 0.87% | - |
| XYZ | 39.64 | 58.32 | 67.56 | - |
| YUV | 173.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 206 | 0.71 | 0 | 0.08 | 0.13 | 173.58 | 0.71 | 0.56 |
| Hex | 40 | DF | CE | 47 | 0 | 8 | D | AE | 47 | 38 |
| Octal | 100 | 337 | 316 | 107 | 0 | 10 | 15 | 256 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11001110 | 1000111 | 0 | 1000 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #40DFCE
Complementary color
Monochromatic Colors of #40DFCE
Black with #40DFCE
Text Example
Text Example
White with #40DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFCE; }
p { color: rgb(64,223,206); }
H1.HeaderClassName
{
color: #40DFCE;
}
.AnyTagClassName
{
color: #40DFCE;
}
</style>
background-color css
<style>
a { background-color: #40DFCE; }
a { background-color: rgb(64,223,206); }
div.DivClassName
{
background-color: #40DFCE;
}
.BgClassName
{
background-color: #40DFCE;
}
</style>
border-color css
<style>
span { border-color: #40DFCE; }
span { border-color: rgb(64,223,206); }
td.TdClassName
{
border-color: #40DFCE;
}
.TagClassName
{
border-color: #40DFCE;
}
</style>