Shades of Turquoise #40DACA
Tints of Turquoise #40DACA
RGB
CMYK
RGB Variations
Color information
#40DACA (or 0x40DACA) is known color: Turquoise. HEX triplet: 40, DA and CA. RGB value is (64,218,202). Sum of RGB (Red+Green+Blue) = 64+218+202=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #40DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DACA is #BF2535. Grayscale: #AAAAAA. Windows color (decimal): -12526902 or 13294144. OLE color: 13294144.
HSL color Cylindrical-coordinate representation of color #40DACA: hue angle of 173.77º 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 #40DACA is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 202 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.15 |
| HSL | 173.77º | 0.68% | 0.55% | - |
| HSV(B) | 173.77º | 0.71% | 0.85% | - |
| XYZ | 37.85 | 55.5 | 64.59 | - |
| YUV | 170.13 | 145.98 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 202 | 0.71 | 0 | 0.07 | 0.15 | 173.77 | 0.68 | 0.55 |
| Hex | 40 | DA | CA | 47 | 0 | 7 | F | AE | 44 | 37 |
| Octal | 100 | 332 | 312 | 107 | 0 | 7 | 17 | 256 | 104 | 67 |
| Binary | 1000000 | 11011010 | 11001010 | 1000111 | 0 | 111 | 1111 | 10101110 | 1000100 | 110111 |
Color Harmonies of #40DACA
Complementary color
Monochromatic Colors of #40DACA
Black with #40DACA
Text Example
Text Example
White with #40DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DACA; }
p { color: rgb(64,218,202); }
H1.HeaderClassName
{
color: #40DACA;
}
.AnyTagClassName
{
color: #40DACA;
}
</style>
background-color css
<style>
a { background-color: #40DACA; }
a { background-color: rgb(64,218,202); }
div.DivClassName
{
background-color: #40DACA;
}
.BgClassName
{
background-color: #40DACA;
}
</style>
border-color css
<style>
span { border-color: #40DACA; }
span { border-color: rgb(64,218,202); }
td.TdClassName
{
border-color: #40DACA;
}
.TagClassName
{
border-color: #40DACA;
}
</style>