Shades of Turquoise #40DAC9
Tints of Turquoise #40DAC9
RGB
CMYK
RGB Variations
Color information
#40DAC9 (or 0x40DAC9) is known color: Turquoise. HEX triplet: 40, DA and C9. RGB value is (64,218,201). Sum of RGB (Red+Green+Blue) = 64+218+201=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DAC9 is #BF2536. Grayscale: #A9A9A9. Windows color (decimal): -12526903 or 13228608. OLE color: 13228608.
HSL color Cylindrical-coordinate representation of color #40DAC9: hue angle of 173.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DAC9 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 201 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.15 |
| HSL | 173.38º | 0.68% | 0.55% | - |
| HSV(B) | 173.38º | 0.71% | 0.85% | - |
| XYZ | 37.73 | 55.45 | 63.97 | - |
| YUV | 170.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 201 | 0.71 | 0 | 0.08 | 0.15 | 173.38 | 0.68 | 0.55 |
| Hex | 40 | DA | C9 | 47 | 0 | 8 | F | AD | 44 | 37 |
| Octal | 100 | 332 | 311 | 107 | 0 | 10 | 17 | 255 | 104 | 67 |
| Binary | 1000000 | 11011010 | 11001001 | 1000111 | 0 | 1000 | 1111 | 10101101 | 1000100 | 110111 |
Color Harmonies of #40DAC9
Complementary color
Monochromatic Colors of #40DAC9
Black with #40DAC9
Text Example
Text Example
White with #40DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAC9; }
p { color: rgb(64,218,201); }
H1.HeaderClassName
{
color: #40DAC9;
}
.AnyTagClassName
{
color: #40DAC9;
}
</style>
background-color css
<style>
a { background-color: #40DAC9; }
a { background-color: rgb(64,218,201); }
div.DivClassName
{
background-color: #40DAC9;
}
.BgClassName
{
background-color: #40DAC9;
}
</style>
border-color css
<style>
span { border-color: #40DAC9; }
span { border-color: rgb(64,218,201); }
td.TdClassName
{
border-color: #40DAC9;
}
.TagClassName
{
border-color: #40DAC9;
}
</style>