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