Shades of Turquoise #41ECEC
Tints of Turquoise #41ECEC
RGB
CMYK
RGB Variations
Color information
#41ECEC (or 0x41ECEC) is known color: Turquoise. HEX triplet: 41, EC and EC. RGB value is (65,236,236). Sum of RGB (Red+Green+Blue) = 65+236+236=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #41ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECEC is #BE1313. Grayscale: #B8B8B8. Windows color (decimal): -12456724 or 15526977. OLE color: 15526977.
HSL color Cylindrical-coordinate representation of color #41ECEC: hue angle of 180º 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 #41ECEC is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 236 | - |
| CMYK | 0.72 | 0 | 0 | 0.07 |
| HSL | 180º | 0.82% | 0.59% | - |
| HSV(B) | 180º | 0.72% | 0.93% | - |
| XYZ | 47.32 | 67.17 | 89.83 | - |
| YUV | 184.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 236 | 0.72 | 0 | 0 | 0.07 | 180 | 0.82 | 0.59 |
| Hex | 41 | EC | EC | 48 | 0 | 0 | 7 | B4 | 52 | 3B |
| Octal | 101 | 354 | 354 | 110 | 0 | 0 | 7 | 264 | 122 | 73 |
| Binary | 1000001 | 11101100 | 11101100 | 1001000 | 0 | 0 | 111 | 10110100 | 1010010 | 111011 |
Color Harmonies of #41ECEC
Complementary color
Monochromatic Colors of #41ECEC
Black with #41ECEC
Text Example
Text Example
White with #41ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECEC; }
p { color: rgb(65,236,236); }
H1.HeaderClassName
{
color: #41ECEC;
}
.AnyTagClassName
{
color: #41ECEC;
}
</style>
background-color css
<style>
a { background-color: #41ECEC; }
a { background-color: rgb(65,236,236); }
div.DivClassName
{
background-color: #41ECEC;
}
.BgClassName
{
background-color: #41ECEC;
}
</style>
border-color css
<style>
span { border-color: #41ECEC; }
span { border-color: rgb(65,236,236); }
td.TdClassName
{
border-color: #41ECEC;
}
.TagClassName
{
border-color: #41ECEC;
}
</style>