Shades of Turquoise #40DDDD
Tints of Turquoise #40DDDD
RGB
CMYK
RGB Variations
Color information
#40DDDD (or 0x40DDDD) is known color: Turquoise. HEX triplet: 40, DD and DD. RGB value is (64,221,221). Sum of RGB (Red+Green+Blue) = 64+221+221=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #40DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDDD is #BF2222. Grayscale: #ADADAD. Windows color (decimal): -12526115 or 14540096. OLE color: 14540096.
HSL color Cylindrical-coordinate representation of color #40DDDD: hue angle of 180º 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 #40DDDD is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 221 | - |
| CMYK | 0.71 | 0 | 0 | 0.13 |
| HSL | 180º | 0.7% | 0.56% | - |
| HSV(B) | 180º | 0.71% | 0.87% | - |
| XYZ | 41.02 | 58.02 | 77.44 | - |
| YUV | 174.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 221 | 0.71 | 0 | 0 | 0.13 | 180 | 0.7 | 0.56 |
| Hex | 40 | DD | DD | 47 | 0 | 0 | D | B4 | 46 | 38 |
| Octal | 100 | 335 | 335 | 107 | 0 | 0 | 15 | 264 | 106 | 70 |
| Binary | 1000000 | 11011101 | 11011101 | 1000111 | 0 | 0 | 1101 | 10110100 | 1000110 | 111000 |
Color Harmonies of #40DDDD
Complementary color
Monochromatic Colors of #40DDDD
Black with #40DDDD
Text Example
Text Example
White with #40DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDDD; }
p { color: rgb(64,221,221); }
H1.HeaderClassName
{
color: #40DDDD;
}
.AnyTagClassName
{
color: #40DDDD;
}
</style>
background-color css
<style>
a { background-color: #40DDDD; }
a { background-color: rgb(64,221,221); }
div.DivClassName
{
background-color: #40DDDD;
}
.BgClassName
{
background-color: #40DDDD;
}
</style>
border-color css
<style>
span { border-color: #40DDDD; }
span { border-color: rgb(64,221,221); }
td.TdClassName
{
border-color: #40DDDD;
}
.TagClassName
{
border-color: #40DDDD;
}
</style>