Shades of Turquoise #40DFCA
Tints of Turquoise #40DFCA
RGB
CMYK
RGB Variations
Color information
#40DFCA (or 0x40DFCA) is known color: Turquoise. HEX triplet: 40, DF and CA. RGB value is (64,223,202). Sum of RGB (Red+Green+Blue) = 64+223+202=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFCA is #BF2035. Grayscale: #ACACAC. Windows color (decimal): -12525622 or 13295424. OLE color: 13295424.
HSL color Cylindrical-coordinate representation of color #40DFCA: hue angle of 172.08º 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 #40DFCA is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 202 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.13 |
| HSL | 172.08º | 0.71% | 0.56% | - |
| HSV(B) | 172.08º | 0.71% | 0.87% | - |
| XYZ | 39.16 | 58.13 | 65.03 | - |
| YUV | 173.07 | 144.32 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 202 | 0.71 | 0 | 0.09 | 0.13 | 172.08 | 0.71 | 0.56 |
| Hex | 40 | DF | CA | 47 | 0 | 9 | D | AC | 47 | 38 |
| Octal | 100 | 337 | 312 | 107 | 0 | 11 | 15 | 254 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11001010 | 1000111 | 0 | 1001 | 1101 | 10101100 | 1000111 | 111000 |
Color Harmonies of #40DFCA
Complementary color
Monochromatic Colors of #40DFCA
Black with #40DFCA
Text Example
Text Example
White with #40DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFCA; }
p { color: rgb(64,223,202); }
H1.HeaderClassName
{
color: #40DFCA;
}
.AnyTagClassName
{
color: #40DFCA;
}
</style>
background-color css
<style>
a { background-color: #40DFCA; }
a { background-color: rgb(64,223,202); }
div.DivClassName
{
background-color: #40DFCA;
}
.BgClassName
{
background-color: #40DFCA;
}
</style>
border-color css
<style>
span { border-color: #40DFCA; }
span { border-color: rgb(64,223,202); }
td.TdClassName
{
border-color: #40DFCA;
}
.TagClassName
{
border-color: #40DFCA;
}
</style>