Shades of Turquoise #40DFD0
Tints of Turquoise #40DFD0
RGB
CMYK
RGB Variations
Color information
#40DFD0 (or 0x40DFD0) is known color: Turquoise. HEX triplet: 40, DF and D0. RGB value is (64,223,208). Sum of RGB (Red+Green+Blue) = 64+223+208=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFD0 is #BF202F. Grayscale: #ADADAD. Windows color (decimal): -12525616 or 13688640. OLE color: 13688640.
HSL color Cylindrical-coordinate representation of color #40DFD0: hue angle of 174.34º 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 #40DFD0 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 208 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.13 |
| HSL | 174.34º | 0.71% | 0.56% | - |
| HSV(B) | 174.34º | 0.71% | 0.87% | - |
| XYZ | 39.89 | 58.42 | 68.85 | - |
| YUV | 173.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 208 | 0.71 | 0 | 0.07 | 0.13 | 174.34 | 0.71 | 0.56 |
| Hex | 40 | DF | D0 | 47 | 0 | 7 | D | AE | 47 | 38 |
| Octal | 100 | 337 | 320 | 107 | 0 | 7 | 15 | 256 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11010000 | 1000111 | 0 | 111 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #40DFD0
Complementary color
Monochromatic Colors of #40DFD0
Black with #40DFD0
Text Example
Text Example
White with #40DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFD0; }
p { color: rgb(64,223,208); }
H1.HeaderClassName
{
color: #40DFD0;
}
.AnyTagClassName
{
color: #40DFD0;
}
</style>
background-color css
<style>
a { background-color: #40DFD0; }
a { background-color: rgb(64,223,208); }
div.DivClassName
{
background-color: #40DFD0;
}
.BgClassName
{
background-color: #40DFD0;
}
</style>
border-color css
<style>
span { border-color: #40DFD0; }
span { border-color: rgb(64,223,208); }
td.TdClassName
{
border-color: #40DFD0;
}
.TagClassName
{
border-color: #40DFD0;
}
</style>