Shades of Turquoise #41ECDD
Tints of Turquoise #41ECDD
RGB
CMYK
RGB Variations
Color information
#41ECDD (or 0x41ECDD) is known color: Turquoise. HEX triplet: 41, EC and DD. RGB value is (65,236,221). Sum of RGB (Red+Green+Blue) = 65+236+221=522 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.45% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECDD is #BE1322. Grayscale: #B7B7B7. Windows color (decimal): -12456739 or 14543937. OLE color: 14543937.
HSL color Cylindrical-coordinate representation of color #41ECDD: hue angle of 174.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41ECDD is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 221 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.07 |
| HSL | 174.74º | 0.82% | 0.59% | - |
| HSV(B) | 174.74º | 0.72% | 0.93% | - |
| XYZ | 45.23 | 66.34 | 78.83 | - |
| YUV | 183.16 | 149.35 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 221 | 0.72 | 0 | 0.06 | 0.07 | 174.74 | 0.82 | 0.59 |
| Hex | 41 | EC | DD | 48 | 0 | 6 | 7 | AF | 52 | 3B |
| Octal | 101 | 354 | 335 | 110 | 0 | 6 | 7 | 257 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11011101 | 1001000 | 0 | 110 | 111 | 10101111 | 1010010 | 111011 |
Color Harmonies of #41ECDD
Complementary color
Monochromatic Colors of #41ECDD
Black with #41ECDD
Text Example
Text Example
White with #41ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECDD; }
p { color: rgb(65,236,221); }
H1.HeaderClassName
{
color: #41ECDD;
}
.AnyTagClassName
{
color: #41ECDD;
}
</style>
background-color css
<style>
a { background-color: #41ECDD; }
a { background-color: rgb(65,236,221); }
div.DivClassName
{
background-color: #41ECDD;
}
.BgClassName
{
background-color: #41ECDD;
}
</style>
border-color css
<style>
span { border-color: #41ECDD; }
span { border-color: rgb(65,236,221); }
td.TdClassName
{
border-color: #41ECDD;
}
.TagClassName
{
border-color: #41ECDD;
}
</style>