Shades of Turquoise #40DFD3
Tints of Turquoise #40DFD3
RGB
CMYK
RGB Variations
Color information
#40DFD3 (or 0x40DFD3) is known color: Turquoise. HEX triplet: 40, DF and D3. RGB value is (64,223,211). Sum of RGB (Red+Green+Blue) = 64+223+211=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFD3 is #BF202C. Grayscale: #ADADAD. Windows color (decimal): -12525613 or 13885248. OLE color: 13885248.
HSL color Cylindrical-coordinate representation of color #40DFD3: hue angle of 175.47º 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 #40DFD3 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 211 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.13 |
| HSL | 175.47º | 0.71% | 0.56% | - |
| HSV(B) | 175.47º | 0.71% | 0.87% | - |
| XYZ | 40.26 | 58.57 | 70.81 | - |
| YUV | 174.09 | 148.82 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 211 | 0.71 | 0 | 0.05 | 0.13 | 175.47 | 0.71 | 0.56 |
| Hex | 40 | DF | D3 | 47 | 0 | 5 | D | AF | 47 | 38 |
| Octal | 100 | 337 | 323 | 107 | 0 | 5 | 15 | 257 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11010011 | 1000111 | 0 | 101 | 1101 | 10101111 | 1000111 | 111000 |
Color Harmonies of #40DFD3
Complementary color
Monochromatic Colors of #40DFD3
Black with #40DFD3
Text Example
Text Example
White with #40DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFD3; }
p { color: rgb(64,223,211); }
H1.HeaderClassName
{
color: #40DFD3;
}
.AnyTagClassName
{
color: #40DFD3;
}
</style>
background-color css
<style>
a { background-color: #40DFD3; }
a { background-color: rgb(64,223,211); }
div.DivClassName
{
background-color: #40DFD3;
}
.BgClassName
{
background-color: #40DFD3;
}
</style>
border-color css
<style>
span { border-color: #40DFD3; }
span { border-color: rgb(64,223,211); }
td.TdClassName
{
border-color: #40DFD3;
}
.TagClassName
{
border-color: #40DFD3;
}
</style>