Shades of Turquoise #41ECF7
Tints of Turquoise #41ECF7
RGB
CMYK
RGB Variations
Color information
#41ECF7 (or 0x41ECF7) is known color: Turquoise. HEX triplet: 41, EC and F7. RGB value is (65,236,247). Sum of RGB (Red+Green+Blue) = 65+236+247=548 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.86% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #41ECF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECF7 is #BE1308. Grayscale: #B9B9B9. Windows color (decimal): -12456713 or 16247873. OLE color: 16247873.
HSL color Cylindrical-coordinate representation of color #41ECF7: hue angle of 183.63º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41ECF7 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 236 | 247 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.03 |
| HSL | 183.63º | 0.92% | 0.61% | - |
| HSV(B) | 183.63º | 0.74% | 0.97% | - |
| XYZ | 48.96 | 67.83 | 98.51 | - |
| YUV | 186.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 247 | 0.74 | 0.04 | 0 | 0.03 | 183.63 | 0.92 | 0.61 |
| Hex | 41 | EC | F7 | 4A | 4 | 0 | 3 | B8 | 5C | 3D |
| Octal | 101 | 354 | 367 | 112 | 4 | 0 | 3 | 270 | 134 | 75 |
| Binary | 1000001 | 11101100 | 11110111 | 1001010 | 100 | 0 | 11 | 10111000 | 1011100 | 111101 |
Color Harmonies of #41ECF7
Complementary color
Monochromatic Colors of #41ECF7
Black with #41ECF7
Text Example
Text Example
White with #41ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECF7; }
p { color: rgb(65,236,247); }
H1.HeaderClassName
{
color: #41ECF7;
}
.AnyTagClassName
{
color: #41ECF7;
}
</style>
background-color css
<style>
a { background-color: #41ECF7; }
a { background-color: rgb(65,236,247); }
div.DivClassName
{
background-color: #41ECF7;
}
.BgClassName
{
background-color: #41ECF7;
}
</style>
border-color css
<style>
span { border-color: #41ECF7; }
span { border-color: rgb(65,236,247); }
td.TdClassName
{
border-color: #41ECF7;
}
.TagClassName
{
border-color: #41ECF7;
}
</style>