Shades of Turquoise #41FFEB
Tints of Turquoise #41FFEB
RGB
CMYK
RGB Variations
Color information
#41FFEB (or 0x41FFEB) is known color: Turquoise. HEX triplet: 41, FF and EB. RGB value is (65,255,235). Sum of RGB (Red+Green+Blue) = 65+255+235=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FFEB is #BE0014. Grayscale: #C3C3C3. Windows color (decimal): -12451861 or 15466305. OLE color: 15466305.
HSL color Cylindrical-coordinate representation of color #41FFEB: hue angle of 173.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFEB is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 235 | - |
| CMYK | 0.75 | 0 | 0.08 | 0 |
| HSL | 173.68º | 1% | 0.63% | - |
| HSV(B) | 173.68º | 0.75% | 1% | - |
| XYZ | 52.94 | 78.64 | 90.99 | - |
| YUV | 195.91 | 150.05 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 235 | 0.75 | 0 | 0.08 | 0 | 173.68 | 1 | 0.63 |
| Hex | 41 | FF | EB | 4B | 0 | 8 | 0 | AE | 64 | 3F |
| Octal | 101 | 377 | 353 | 113 | 0 | 10 | 0 | 256 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11101011 | 1001011 | 0 | 1000 | 0 | 10101110 | 1100100 | 111111 |
Color Harmonies of #41FFEB
Complementary color
Monochromatic Colors of #41FFEB
Black with #41FFEB
Text Example
Text Example
White with #41FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFEB; }
p { color: rgb(65,255,235); }
H1.HeaderClassName
{
color: #41FFEB;
}
.AnyTagClassName
{
color: #41FFEB;
}
</style>
background-color css
<style>
a { background-color: #41FFEB; }
a { background-color: rgb(65,255,235); }
div.DivClassName
{
background-color: #41FFEB;
}
.BgClassName
{
background-color: #41FFEB;
}
</style>
border-color css
<style>
span { border-color: #41FFEB; }
span { border-color: rgb(65,255,235); }
td.TdClassName
{
border-color: #41FFEB;
}
.TagClassName
{
border-color: #41FFEB;
}
</style>