Shades of Turquoise #41ECFE
Tints of Turquoise #41ECFE
RGB
CMYK
RGB Variations
Color information
#41ECFE (or 0x41ECFE) is known color: Turquoise. HEX triplet: 41, EC and FE. RGB value is (65,236,254). Sum of RGB (Red+Green+Blue) = 65+236+254=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #41ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECFE is #BE1301. Grayscale: #BABABA. Windows color (decimal): -12456706 or 16706625. OLE color: 16706625.
HSL color Cylindrical-coordinate representation of color #41ECFE: hue angle of 185.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41ECFE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 236 | 254 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.00 |
| HSL | 185.71º | 0.99% | 0.63% | - |
| HSV(B) | 185.71º | 0.74% | 1% | - |
| XYZ | 50.06 | 68.27 | 104.3 | - |
| YUV | 186.92 | 165.85 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 254 | 0.74 | 0.07 | 0 | 0.00 | 185.71 | 0.99 | 0.63 |
| Hex | 41 | EC | FE | 4A | 7 | 0 | 0 | BA | 63 | 3F |
| Octal | 101 | 354 | 376 | 112 | 7 | 0 | 0 | 272 | 143 | 77 |
| Binary | 1000001 | 11101100 | 11111110 | 1001010 | 111 | 0 | 0 | 10111010 | 1100011 | 111111 |
Color Harmonies of #41ECFE
Complementary color
Monochromatic Colors of #41ECFE
Black with #41ECFE
Text Example
Text Example
White with #41ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECFE; }
p { color: rgb(65,236,254); }
H1.HeaderClassName
{
color: #41ECFE;
}
.AnyTagClassName
{
color: #41ECFE;
}
</style>
background-color css
<style>
a { background-color: #41ECFE; }
a { background-color: rgb(65,236,254); }
div.DivClassName
{
background-color: #41ECFE;
}
.BgClassName
{
background-color: #41ECFE;
}
</style>
border-color css
<style>
span { border-color: #41ECFE; }
span { border-color: rgb(65,236,254); }
td.TdClassName
{
border-color: #41ECFE;
}
.TagClassName
{
border-color: #41ECFE;
}
</style>