Shades of Turquoise #41DDC1
Tints of Turquoise #41DDC1
RGB
CMYK
RGB Variations
Color information
#41DDC1 (or 0x41DDC1) is known color: Turquoise. HEX triplet: 41, DD and C1. RGB value is (65,221,193). Sum of RGB (Red+Green+Blue) = 65+221+193=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDC1 is #BE223E. Grayscale: #ABABAB. Windows color (decimal): -12460607 or 12705089. OLE color: 12705089.
HSL color Cylindrical-coordinate representation of color #41DDC1: hue angle of 169.23º 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 #41DDC1 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 193 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.13 |
| HSL | 169.23º | 0.7% | 0.56% | - |
| HSV(B) | 169.23º | 0.71% | 0.87% | - |
| XYZ | 37.66 | 56.69 | 59.41 | - |
| YUV | 171.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 193 | 0.71 | 0 | 0.13 | 0.13 | 169.23 | 0.7 | 0.56 |
| Hex | 41 | DD | C1 | 47 | 0 | D | D | A9 | 46 | 38 |
| Octal | 101 | 335 | 301 | 107 | 0 | 15 | 15 | 251 | 106 | 70 |
| Binary | 1000001 | 11011101 | 11000001 | 1000111 | 0 | 1101 | 1101 | 10101001 | 1000110 | 111000 |
Color Harmonies of #41DDC1
Complementary color
Monochromatic Colors of #41DDC1
Black with #41DDC1
Text Example
Text Example
White with #41DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDC1; }
p { color: rgb(65,221,193); }
H1.HeaderClassName
{
color: #41DDC1;
}
.AnyTagClassName
{
color: #41DDC1;
}
</style>
background-color css
<style>
a { background-color: #41DDC1; }
a { background-color: rgb(65,221,193); }
div.DivClassName
{
background-color: #41DDC1;
}
.BgClassName
{
background-color: #41DDC1;
}
</style>
border-color css
<style>
span { border-color: #41DDC1; }
span { border-color: rgb(65,221,193); }
td.TdClassName
{
border-color: #41DDC1;
}
.TagClassName
{
border-color: #41DDC1;
}
</style>