Shades of Turquoise #41DDCD
Tints of Turquoise #41DDCD
RGB
CMYK
RGB Variations
Color information
#41DDCD (or 0x41DDCD) is known color: Turquoise. HEX triplet: 41, DD and CD. RGB value is (65,221,205). Sum of RGB (Red+Green+Blue) = 65+221+205=491 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.24% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDCD is #BE2232. Grayscale: #ACACAC. Windows color (decimal): -12460595 or 13491521. OLE color: 13491521.
HSL color Cylindrical-coordinate representation of color #41DDCD: hue angle of 173.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 #41DDCD is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 205 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.13 |
| HSL | 173.85º | 0.7% | 0.56% | - |
| HSV(B) | 173.85º | 0.71% | 0.87% | - |
| XYZ | 39.06 | 57.24 | 66.75 | - |
| YUV | 172.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 205 | 0.71 | 0 | 0.07 | 0.13 | 173.85 | 0.7 | 0.56 |
| Hex | 41 | DD | CD | 47 | 0 | 7 | D | AE | 46 | 38 |
| Octal | 101 | 335 | 315 | 107 | 0 | 7 | 15 | 256 | 106 | 70 |
| Binary | 1000001 | 11011101 | 11001101 | 1000111 | 0 | 111 | 1101 | 10101110 | 1000110 | 111000 |
Color Harmonies of #41DDCD
Complementary color
Monochromatic Colors of #41DDCD
Black with #41DDCD
Text Example
Text Example
White with #41DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDCD; }
p { color: rgb(65,221,205); }
H1.HeaderClassName
{
color: #41DDCD;
}
.AnyTagClassName
{
color: #41DDCD;
}
</style>
background-color css
<style>
a { background-color: #41DDCD; }
a { background-color: rgb(65,221,205); }
div.DivClassName
{
background-color: #41DDCD;
}
.BgClassName
{
background-color: #41DDCD;
}
</style>
border-color css
<style>
span { border-color: #41DDCD; }
span { border-color: rgb(65,221,205); }
td.TdClassName
{
border-color: #41DDCD;
}
.TagClassName
{
border-color: #41DDCD;
}
</style>