Shades of Turquoise #40DFD1
Tints of Turquoise #40DFD1
RGB
CMYK
RGB Variations
Color information
#40DFD1 (or 0x40DFD1) is known color: Turquoise. HEX triplet: 40, DF and D1. RGB value is (64,223,209). Sum of RGB (Red+Green+Blue) = 64+223+209=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFD1 is #BF202E. Grayscale: #ADADAD. Windows color (decimal): -12525615 or 13754176. OLE color: 13754176.
HSL color Cylindrical-coordinate representation of color #40DFD1: hue angle of 174.72º 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 #40DFD1 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 209 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.13 |
| HSL | 174.72º | 0.71% | 0.56% | - |
| HSV(B) | 174.72º | 0.71% | 0.87% | - |
| XYZ | 40.01 | 58.47 | 69.5 | - |
| YUV | 173.86 | 147.82 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 209 | 0.71 | 0 | 0.06 | 0.13 | 174.72 | 0.71 | 0.56 |
| Hex | 40 | DF | D1 | 47 | 0 | 6 | D | AF | 47 | 38 |
| Octal | 100 | 337 | 321 | 107 | 0 | 6 | 15 | 257 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11010001 | 1000111 | 0 | 110 | 1101 | 10101111 | 1000111 | 111000 |
Color Harmonies of #40DFD1
Complementary color
Monochromatic Colors of #40DFD1
Black with #40DFD1
Text Example
Text Example
White with #40DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFD1; }
p { color: rgb(64,223,209); }
H1.HeaderClassName
{
color: #40DFD1;
}
.AnyTagClassName
{
color: #40DFD1;
}
</style>
background-color css
<style>
a { background-color: #40DFD1; }
a { background-color: rgb(64,223,209); }
div.DivClassName
{
background-color: #40DFD1;
}
.BgClassName
{
background-color: #40DFD1;
}
</style>
border-color css
<style>
span { border-color: #40DFD1; }
span { border-color: rgb(64,223,209); }
td.TdClassName
{
border-color: #40DFD1;
}
.TagClassName
{
border-color: #40DFD1;
}
</style>