Shades of Turquoise #41ECF6
Tints of Turquoise #41ECF6
RGB
CMYK
RGB Variations
Color information
#41ECF6 (or 0x41ECF6) is known color: Turquoise. HEX triplet: 41, EC and F6. RGB value is (65,236,246). Sum of RGB (Red+Green+Blue) = 65+236+246=547 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.88% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #41ECF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECF6 is #BE1309. Grayscale: #B9B9B9. Windows color (decimal): -12456714 or 16182337. OLE color: 16182337.
HSL color Cylindrical-coordinate representation of color #41ECF6: hue angle of 183.31º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41ECF6 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 236 | 246 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.04 |
| HSL | 183.31º | 0.91% | 0.61% | - |
| HSV(B) | 183.31º | 0.74% | 0.96% | - |
| XYZ | 48.81 | 67.77 | 97.7 | - |
| YUV | 186.01 | 161.85 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 246 | 0.74 | 0.04 | 0 | 0.04 | 183.31 | 0.91 | 0.61 |
| Hex | 41 | EC | F6 | 4A | 4 | 0 | 4 | B7 | 5B | 3D |
| Octal | 101 | 354 | 366 | 112 | 4 | 0 | 4 | 267 | 133 | 75 |
| Binary | 1000001 | 11101100 | 11110110 | 1001010 | 100 | 0 | 100 | 10110111 | 1011011 | 111101 |
Color Harmonies of #41ECF6
Complementary color
Monochromatic Colors of #41ECF6
Black with #41ECF6
Text Example
Text Example
White with #41ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECF6; }
p { color: rgb(65,236,246); }
H1.HeaderClassName
{
color: #41ECF6;
}
.AnyTagClassName
{
color: #41ECF6;
}
</style>
background-color css
<style>
a { background-color: #41ECF6; }
a { background-color: rgb(65,236,246); }
div.DivClassName
{
background-color: #41ECF6;
}
.BgClassName
{
background-color: #41ECF6;
}
</style>
border-color css
<style>
span { border-color: #41ECF6; }
span { border-color: rgb(65,236,246); }
td.TdClassName
{
border-color: #41ECF6;
}
.TagClassName
{
border-color: #41ECF6;
}
</style>