Shades of Turquoise #41FFEC
Tints of Turquoise #41FFEC
RGB
CMYK
RGB Variations
Color information
#41FFEC (or 0x41FFEC) is known color: Turquoise. HEX triplet: 41, FF and EC. RGB value is (65,255,236). Sum of RGB (Red+Green+Blue) = 65+255+236=556 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.69% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FFEC is #BE0013. Grayscale: #C3C3C3. Windows color (decimal): -12451860 or 15531841. OLE color: 15531841.
HSL color Cylindrical-coordinate representation of color #41FFEC: hue angle of 174º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFEC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 236 | - |
| CMYK | 0.75 | 0 | 0.07 | 0 |
| HSL | 174º | 1% | 0.63% | - |
| HSV(B) | 174º | 0.75% | 1% | - |
| XYZ | 53.08 | 78.7 | 91.75 | - |
| YUV | 196.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 236 | 0.75 | 0 | 0.07 | 0 | 174 | 1 | 0.63 |
| Hex | 41 | FF | EC | 4B | 0 | 7 | 0 | AE | 64 | 3F |
| Octal | 101 | 377 | 354 | 113 | 0 | 7 | 0 | 256 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11101100 | 1001011 | 0 | 111 | 0 | 10101110 | 1100100 | 111111 |
Color Harmonies of #41FFEC
Complementary color
Monochromatic Colors of #41FFEC
Black with #41FFEC
Text Example
Text Example
White with #41FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFEC; }
p { color: rgb(65,255,236); }
H1.HeaderClassName
{
color: #41FFEC;
}
.AnyTagClassName
{
color: #41FFEC;
}
</style>
background-color css
<style>
a { background-color: #41FFEC; }
a { background-color: rgb(65,255,236); }
div.DivClassName
{
background-color: #41FFEC;
}
.BgClassName
{
background-color: #41FFEC;
}
</style>
border-color css
<style>
span { border-color: #41FFEC; }
span { border-color: rgb(65,255,236); }
td.TdClassName
{
border-color: #41FFEC;
}
.TagClassName
{
border-color: #41FFEC;
}
</style>