Shades of Turquoise #40DAD0
Tints of Turquoise #40DAD0
RGB
CMYK
RGB Variations
Color information
#40DAD0 (or 0x40DAD0) is known color: Turquoise. HEX triplet: 40, DA and D0. RGB value is (64,218,208). Sum of RGB (Red+Green+Blue) = 64+218+208=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DAD0 is #BF252F. Grayscale: #AAAAAA. Windows color (decimal): -12526896 or 13687360. OLE color: 13687360.
HSL color Cylindrical-coordinate representation of color #40DAD0: hue angle of 176.1º 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 #40DAD0 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 208 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.15 |
| HSL | 176.1º | 0.68% | 0.55% | - |
| HSV(B) | 176.1º | 0.71% | 0.85% | - |
| XYZ | 38.57 | 55.79 | 68.41 | - |
| YUV | 170.81 | 148.98 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 208 | 0.71 | 0 | 0.05 | 0.15 | 176.1 | 0.68 | 0.55 |
| Hex | 40 | DA | D0 | 47 | 0 | 5 | F | B0 | 44 | 37 |
| Octal | 100 | 332 | 320 | 107 | 0 | 5 | 17 | 260 | 104 | 67 |
| Binary | 1000000 | 11011010 | 11010000 | 1000111 | 0 | 101 | 1111 | 10110000 | 1000100 | 110111 |
Color Harmonies of #40DAD0
Complementary color
Monochromatic Colors of #40DAD0
Black with #40DAD0
Text Example
Text Example
White with #40DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAD0; }
p { color: rgb(64,218,208); }
H1.HeaderClassName
{
color: #40DAD0;
}
.AnyTagClassName
{
color: #40DAD0;
}
</style>
background-color css
<style>
a { background-color: #40DAD0; }
a { background-color: rgb(64,218,208); }
div.DivClassName
{
background-color: #40DAD0;
}
.BgClassName
{
background-color: #40DAD0;
}
</style>
border-color css
<style>
span { border-color: #40DAD0; }
span { border-color: rgb(64,218,208); }
td.TdClassName
{
border-color: #40DAD0;
}
.TagClassName
{
border-color: #40DAD0;
}
</style>