Shades of Turquoise #41F2EC
Tints of Turquoise #41F2EC
RGB
CMYK
RGB Variations
Color information
#41F2EC (or 0x41F2EC) is known color: Turquoise. HEX triplet: 41, F2 and EC. RGB value is (65,242,236). Sum of RGB (Red+Green+Blue) = 65+242+236=543 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.97% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #41F2EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F2EC is #BE0D13. Grayscale: #BCBCBC. Windows color (decimal): -12455188 or 15528513. OLE color: 15528513.
HSL color Cylindrical-coordinate representation of color #41F2EC: hue angle of 177.97º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F2EC is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 236 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.05 |
| HSL | 177.97º | 0.87% | 0.6% | - |
| HSV(B) | 177.97º | 0.73% | 0.95% | - |
| XYZ | 49.07 | 70.68 | 90.41 | - |
| YUV | 188.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 236 | 0.73 | 0 | 0.02 | 0.05 | 177.97 | 0.87 | 0.6 |
| Hex | 41 | F2 | EC | 49 | 0 | 2 | 5 | B2 | 57 | 3C |
| Octal | 101 | 362 | 354 | 111 | 0 | 2 | 5 | 262 | 127 | 74 |
| Binary | 1000001 | 11110010 | 11101100 | 1001001 | 0 | 10 | 101 | 10110010 | 1010111 | 111100 |
Color Harmonies of #41F2EC
Complementary color
Monochromatic Colors of #41F2EC
Black with #41F2EC
Text Example
Text Example
White with #41F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F2EC; }
p { color: rgb(65,242,236); }
H1.HeaderClassName
{
color: #41F2EC;
}
.AnyTagClassName
{
color: #41F2EC;
}
</style>
background-color css
<style>
a { background-color: #41F2EC; }
a { background-color: rgb(65,242,236); }
div.DivClassName
{
background-color: #41F2EC;
}
.BgClassName
{
background-color: #41F2EC;
}
</style>
border-color css
<style>
span { border-color: #41F2EC; }
span { border-color: rgb(65,242,236); }
td.TdClassName
{
border-color: #41F2EC;
}
.TagClassName
{
border-color: #41F2EC;
}
</style>