Shades of Turquoise #40DFDC
Tints of Turquoise #40DFDC
RGB
CMYK
RGB Variations
Color information
#40DFDC (or 0x40DFDC) is known color: Turquoise. HEX triplet: 40, DF and DC. RGB value is (64,223,220). Sum of RGB (Red+Green+Blue) = 64+223+220=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFDC is #BF2023. Grayscale: #AEAEAE. Windows color (decimal): -12525604 or 14475072. OLE color: 14475072.
HSL color Cylindrical-coordinate representation of color #40DFDC: hue angle of 178.87º 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 #40DFDC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 220 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.13 |
| HSL | 178.87º | 0.71% | 0.56% | - |
| HSV(B) | 178.87º | 0.71% | 0.87% | - |
| XYZ | 41.42 | 59.03 | 76.92 | - |
| YUV | 175.12 | 153.32 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 220 | 0.71 | 0 | 0.01 | 0.13 | 178.87 | 0.71 | 0.56 |
| Hex | 40 | DF | DC | 47 | 0 | 1 | D | B3 | 47 | 38 |
| Octal | 100 | 337 | 334 | 107 | 0 | 1 | 15 | 263 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11011100 | 1000111 | 0 | 1 | 1101 | 10110011 | 1000111 | 111000 |
Color Harmonies of #40DFDC
Complementary color
Monochromatic Colors of #40DFDC
Black with #40DFDC
Text Example
Text Example
White with #40DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFDC; }
p { color: rgb(64,223,220); }
H1.HeaderClassName
{
color: #40DFDC;
}
.AnyTagClassName
{
color: #40DFDC;
}
</style>
background-color css
<style>
a { background-color: #40DFDC; }
a { background-color: rgb(64,223,220); }
div.DivClassName
{
background-color: #40DFDC;
}
.BgClassName
{
background-color: #40DFDC;
}
</style>
border-color css
<style>
span { border-color: #40DFDC; }
span { border-color: rgb(64,223,220); }
td.TdClassName
{
border-color: #40DFDC;
}
.TagClassName
{
border-color: #40DFDC;
}
</style>