Shades of Turquoise #40DFDF
Tints of Turquoise #40DFDF
RGB
CMYK
RGB Variations
Color information
#40DFDF (or 0x40DFDF) is known color: Turquoise. HEX triplet: 40, DF and DF. RGB value is (64,223,223). Sum of RGB (Red+Green+Blue) = 64+223+223=510 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.55% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #40DFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFDF is #BF2020. Grayscale: #AFAFAF. Windows color (decimal): -12525601 or 14671680. OLE color: 14671680.
HSL color Cylindrical-coordinate representation of color #40DFDF: hue angle of 180º 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 #40DFDF is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 223 | - |
| CMYK | 0.71 | 0 | 0 | 0.13 |
| HSL | 180º | 0.71% | 0.56% | - |
| HSV(B) | 180º | 0.71% | 0.87% | - |
| XYZ | 41.82 | 59.19 | 79.03 | - |
| YUV | 175.46 | 154.82 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 223 | 0.71 | 0 | 0 | 0.13 | 180 | 0.71 | 0.56 |
| Hex | 40 | DF | DF | 47 | 0 | 0 | D | B4 | 47 | 38 |
| Octal | 100 | 337 | 337 | 107 | 0 | 0 | 15 | 264 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11011111 | 1000111 | 0 | 0 | 1101 | 10110100 | 1000111 | 111000 |
Color Harmonies of #40DFDF
Complementary color
Monochromatic Colors of #40DFDF
Black with #40DFDF
Text Example
Text Example
White with #40DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFDF; }
p { color: rgb(64,223,223); }
H1.HeaderClassName
{
color: #40DFDF;
}
.AnyTagClassName
{
color: #40DFDF;
}
</style>
background-color css
<style>
a { background-color: #40DFDF; }
a { background-color: rgb(64,223,223); }
div.DivClassName
{
background-color: #40DFDF;
}
.BgClassName
{
background-color: #40DFDF;
}
</style>
border-color css
<style>
span { border-color: #40DFDF; }
span { border-color: rgb(64,223,223); }
td.TdClassName
{
border-color: #40DFDF;
}
.TagClassName
{
border-color: #40DFDF;
}
</style>