Shades of Turquoise #41ECFC
Tints of Turquoise #41ECFC
RGB
CMYK
RGB Variations
Color information
#41ECFC (or 0x41ECFC) is known color: Turquoise. HEX triplet: 41, EC and FC. RGB value is (65,236,252). Sum of RGB (Red+Green+Blue) = 65+236+252=553 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.75% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #41ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECFC is #BE1303. Grayscale: #BABABA. Windows color (decimal): -12456708 or 16575553. OLE color: 16575553.
HSL color Cylindrical-coordinate representation of color #41ECFC: hue angle of 185.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41ECFC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 236 | 252 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.01 |
| HSL | 185.13º | 0.97% | 0.62% | - |
| HSV(B) | 185.13º | 0.74% | 0.99% | - |
| XYZ | 49.75 | 68.14 | 102.63 | - |
| YUV | 186.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 252 | 0.74 | 0.06 | 0 | 0.01 | 185.13 | 0.97 | 0.62 |
| Hex | 41 | EC | FC | 4A | 6 | 0 | 1 | B9 | 61 | 3E |
| Octal | 101 | 354 | 374 | 112 | 6 | 0 | 1 | 271 | 141 | 76 |
| Binary | 1000001 | 11101100 | 11111100 | 1001010 | 110 | 0 | 1 | 10111001 | 1100001 | 111110 |
Color Harmonies of #41ECFC
Complementary color
Monochromatic Colors of #41ECFC
Black with #41ECFC
Text Example
Text Example
White with #41ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECFC; }
p { color: rgb(65,236,252); }
H1.HeaderClassName
{
color: #41ECFC;
}
.AnyTagClassName
{
color: #41ECFC;
}
</style>
background-color css
<style>
a { background-color: #41ECFC; }
a { background-color: rgb(65,236,252); }
div.DivClassName
{
background-color: #41ECFC;
}
.BgClassName
{
background-color: #41ECFC;
}
</style>
border-color css
<style>
span { border-color: #41ECFC; }
span { border-color: rgb(65,236,252); }
td.TdClassName
{
border-color: #41ECFC;
}
.TagClassName
{
border-color: #41ECFC;
}
</style>