Shades of Turquoise #41FEEC
Tints of Turquoise #41FEEC
RGB
CMYK
RGB Variations
Color information
#41FEEC (or 0x41FEEC) is known color: Turquoise. HEX triplet: 41, FE and EC. RGB value is (65,254,236). Sum of RGB (Red+Green+Blue) = 65+254+236=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FEEC is #BE0113. Grayscale: #C3C3C3. Windows color (decimal): -12452116 or 15531585. OLE color: 15531585.
HSL color Cylindrical-coordinate representation of color #41FEEC: hue angle of 174.29º 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 #41FEEC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 236 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.00 |
| HSL | 174.29º | 0.99% | 0.63% | - |
| HSV(B) | 174.29º | 0.74% | 1% | - |
| XYZ | 52.76 | 78.06 | 91.64 | - |
| YUV | 195.44 | 150.88 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 236 | 0.74 | 0 | 0.07 | 0.00 | 174.29 | 0.99 | 0.63 |
| Hex | 41 | FE | EC | 4A | 0 | 7 | 0 | AE | 63 | 3F |
| Octal | 101 | 376 | 354 | 112 | 0 | 7 | 0 | 256 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11101100 | 1001010 | 0 | 111 | 0 | 10101110 | 1100011 | 111111 |
Color Harmonies of #41FEEC
Complementary color
Monochromatic Colors of #41FEEC
Black with #41FEEC
Text Example
Text Example
White with #41FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEEC; }
p { color: rgb(65,254,236); }
H1.HeaderClassName
{
color: #41FEEC;
}
.AnyTagClassName
{
color: #41FEEC;
}
</style>
background-color css
<style>
a { background-color: #41FEEC; }
a { background-color: rgb(65,254,236); }
div.DivClassName
{
background-color: #41FEEC;
}
.BgClassName
{
background-color: #41FEEC;
}
</style>
border-color css
<style>
span { border-color: #41FEEC; }
span { border-color: rgb(65,254,236); }
td.TdClassName
{
border-color: #41FEEC;
}
.TagClassName
{
border-color: #41FEEC;
}
</style>