Shades of Turquoise #41ECD7
Tints of Turquoise #41ECD7
RGB
CMYK
RGB Variations
Color information
#41ECD7 (or 0x41ECD7) is known color: Turquoise. HEX triplet: 41, EC and D7. RGB value is (65,236,215). Sum of RGB (Red+Green+Blue) = 65+236+215=516 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.60% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECD7 is #BE1328. Grayscale: #B6B6B6. Windows color (decimal): -12456745 or 14150721. OLE color: 14150721.
HSL color Cylindrical-coordinate representation of color #41ECD7: hue angle of 172.63º 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 #41ECD7 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 215 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.07 |
| HSL | 172.63º | 0.82% | 0.59% | - |
| HSV(B) | 172.63º | 0.72% | 0.93% | - |
| XYZ | 44.44 | 66.02 | 74.69 | - |
| YUV | 182.48 | 146.35 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 215 | 0.72 | 0 | 0.09 | 0.07 | 172.63 | 0.82 | 0.59 |
| Hex | 41 | EC | D7 | 48 | 0 | 9 | 7 | AD | 52 | 3B |
| Octal | 101 | 354 | 327 | 110 | 0 | 11 | 7 | 255 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11010111 | 1001000 | 0 | 1001 | 111 | 10101101 | 1010010 | 111011 |
Color Harmonies of #41ECD7
Complementary color
Monochromatic Colors of #41ECD7
Black with #41ECD7
Text Example
Text Example
White with #41ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECD7; }
p { color: rgb(65,236,215); }
H1.HeaderClassName
{
color: #41ECD7;
}
.AnyTagClassName
{
color: #41ECD7;
}
</style>
background-color css
<style>
a { background-color: #41ECD7; }
a { background-color: rgb(65,236,215); }
div.DivClassName
{
background-color: #41ECD7;
}
.BgClassName
{
background-color: #41ECD7;
}
</style>
border-color css
<style>
span { border-color: #41ECD7; }
span { border-color: rgb(65,236,215); }
td.TdClassName
{
border-color: #41ECD7;
}
.TagClassName
{
border-color: #41ECD7;
}
</style>