Shades of Turquoise #40DFDA
Tints of Turquoise #40DFDA
RGB
CMYK
RGB Variations
Color information
#40DFDA (or 0x40DFDA) is known color: Turquoise. HEX triplet: 40, DF and DA. RGB value is (64,223,218). Sum of RGB (Red+Green+Blue) = 64+223+218=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFDA is #BF2025. Grayscale: #AEAEAE. Windows color (decimal): -12525606 or 14344000. OLE color: 14344000.
HSL color Cylindrical-coordinate representation of color #40DFDA: hue angle of 178.11º 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 #40DFDA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 218 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.13 |
| HSL | 178.11º | 0.71% | 0.56% | - |
| HSV(B) | 178.11º | 0.71% | 0.87% | - |
| XYZ | 41.16 | 58.93 | 75.53 | - |
| YUV | 174.89 | 152.32 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 218 | 0.71 | 0 | 0.02 | 0.13 | 178.11 | 0.71 | 0.56 |
| Hex | 40 | DF | DA | 47 | 0 | 2 | D | B2 | 47 | 38 |
| Octal | 100 | 337 | 332 | 107 | 0 | 2 | 15 | 262 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11011010 | 1000111 | 0 | 10 | 1101 | 10110010 | 1000111 | 111000 |
Color Harmonies of #40DFDA
Complementary color
Monochromatic Colors of #40DFDA
Black with #40DFDA
Text Example
Text Example
White with #40DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFDA; }
p { color: rgb(64,223,218); }
H1.HeaderClassName
{
color: #40DFDA;
}
.AnyTagClassName
{
color: #40DFDA;
}
</style>
background-color css
<style>
a { background-color: #40DFDA; }
a { background-color: rgb(64,223,218); }
div.DivClassName
{
background-color: #40DFDA;
}
.BgClassName
{
background-color: #40DFDA;
}
</style>
border-color css
<style>
span { border-color: #40DFDA; }
span { border-color: rgb(64,223,218); }
td.TdClassName
{
border-color: #40DFDA;
}
.TagClassName
{
border-color: #40DFDA;
}
</style>