Shades of Turquoise #41DDDA
Tints of Turquoise #41DDDA
RGB
CMYK
RGB Variations
Color information
#41DDDA (or 0x41DDDA) is known color: Turquoise. HEX triplet: 41, DD and DA. RGB value is (65,221,218). Sum of RGB (Red+Green+Blue) = 65+221+218=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDDA is #BE2225. Grayscale: #ADADAD. Windows color (decimal): -12460582 or 14343489. OLE color: 14343489.
HSL color Cylindrical-coordinate representation of color #41DDDA: 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 #41DDDA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 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.69 | 57.9 | 75.36 | - |
| YUV | 174.01 | 152.82 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 218 | 0.71 | 0 | 0.01 | 0.13 | 178.85 | 0.7 | 0.56 |
| Hex | 41 | DD | DA | 47 | 0 | 1 | D | B3 | 46 | 38 |
| Octal | 101 | 335 | 332 | 107 | 0 | 1 | 15 | 263 | 106 | 70 |
| Binary | 1000001 | 11011101 | 11011010 | 1000111 | 0 | 1 | 1101 | 10110011 | 1000110 | 111000 |
Color Harmonies of #41DDDA
Complementary color
Monochromatic Colors of #41DDDA
Black with #41DDDA
Text Example
Text Example
White with #41DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DDDA; }
p { color: rgb(65,221,218); }
H1.HeaderClassName
{
color: #41DDDA;
}
.AnyTagClassName
{
color: #41DDDA;
}
</style>
background-color css
<style>
a { background-color: #41DDDA; }
a { background-color: rgb(65,221,218); }
div.DivClassName
{
background-color: #41DDDA;
}
.BgClassName
{
background-color: #41DDDA;
}
</style>
border-color css
<style>
span { border-color: #41DDDA; }
span { border-color: rgb(65,221,218); }
td.TdClassName
{
border-color: #41DDDA;
}
.TagClassName
{
border-color: #41DDDA;
}
</style>