Shades of Turquoise #40DACF
Tints of Turquoise #40DACF
RGB
CMYK
RGB Variations
Color information
#40DACF (or 0x40DACF) is known color: Turquoise. HEX triplet: 40, DA and CF. RGB value is (64,218,207). Sum of RGB (Red+Green+Blue) = 64+218+207=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #40DACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DACF is #BF2530. Grayscale: #AAAAAA. Windows color (decimal): -12526897 or 13621824. OLE color: 13621824.
HSL color Cylindrical-coordinate representation of color #40DACF: hue angle of 175.71º 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 #40DACF is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 207 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.15 |
| HSL | 175.71º | 0.68% | 0.55% | - |
| HSV(B) | 175.71º | 0.71% | 0.85% | - |
| XYZ | 38.45 | 55.74 | 67.76 | - |
| YUV | 170.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 207 | 0.71 | 0 | 0.05 | 0.15 | 175.71 | 0.68 | 0.55 |
| Hex | 40 | DA | CF | 47 | 0 | 5 | F | B0 | 44 | 37 |
| Octal | 100 | 332 | 317 | 107 | 0 | 5 | 17 | 260 | 104 | 67 |
| Binary | 1000000 | 11011010 | 11001111 | 1000111 | 0 | 101 | 1111 | 10110000 | 1000100 | 110111 |
Color Harmonies of #40DACF
Complementary color
Monochromatic Colors of #40DACF
Black with #40DACF
Text Example
Text Example
White with #40DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DACF; }
p { color: rgb(64,218,207); }
H1.HeaderClassName
{
color: #40DACF;
}
.AnyTagClassName
{
color: #40DACF;
}
</style>
background-color css
<style>
a { background-color: #40DACF; }
a { background-color: rgb(64,218,207); }
div.DivClassName
{
background-color: #40DACF;
}
.BgClassName
{
background-color: #40DACF;
}
</style>
border-color css
<style>
span { border-color: #40DACF; }
span { border-color: rgb(64,218,207); }
td.TdClassName
{
border-color: #40DACF;
}
.TagClassName
{
border-color: #40DACF;
}
</style>