Shades of Turquoise #40DDDA
Tints of Turquoise #40DDDA
RGB
CMYK
RGB Variations
Color information
#40DDDA (or 0x40DDDA) is known color: Turquoise. HEX triplet: 40, DD and DA. RGB value is (64,221,218). Sum of RGB (Red+Green+Blue) = 64+221+218=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDDA is #BF2225. Grayscale: #ADADAD. Windows color (decimal): -12526118 or 14343488. OLE color: 14343488.
HSL color Cylindrical-coordinate representation of color #40DDDA: hue angle of 178.85º degrees, saturation: 0.7, 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 #40DDDA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 218 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.13 |
| HSL | 178.85º | 0.7% | 0.56% | - |
| HSV(B) | 178.85º | 0.71% | 0.87% | - |
| XYZ | 40.63 | 57.86 | 75.36 | - |
| YUV | 173.72 | 152.99 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 218 | 0.71 | 0 | 0.01 | 0.13 | 178.85 | 0.7 | 0.56 |
| Hex | 40 | DD | DA | 47 | 0 | 1 | D | B3 | 46 | 38 |
| Octal | 100 | 335 | 332 | 107 | 0 | 1 | 15 | 263 | 106 | 70 |
| Binary | 1000000 | 11011101 | 11011010 | 1000111 | 0 | 1 | 1101 | 10110011 | 1000110 | 111000 |
Color Harmonies of #40DDDA
Complementary color
Monochromatic Colors of #40DDDA
Black with #40DDDA
Text Example
Text Example
White with #40DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDDA; }
p { color: rgb(64,221,218); }
H1.HeaderClassName
{
color: #40DDDA;
}
.AnyTagClassName
{
color: #40DDDA;
}
</style>
background-color css
<style>
a { background-color: #40DDDA; }
a { background-color: rgb(64,221,218); }
div.DivClassName
{
background-color: #40DDDA;
}
.BgClassName
{
background-color: #40DDDA;
}
</style>
border-color css
<style>
span { border-color: #40DDDA; }
span { border-color: rgb(64,221,218); }
td.TdClassName
{
border-color: #40DDDA;
}
.TagClassName
{
border-color: #40DDDA;
}
</style>