Shades of Turquoise #41FEB2
Tints of Turquoise #41FEB2
RGB
CMYK
RGB Variations
Color information
#41FEB2 (or 0x41FEB2) is known color: Turquoise. HEX triplet: 41, FE and B2. RGB value is (65,254,178). Sum of RGB (Red+Green+Blue) = 65+254+178=497 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.08% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FEB2 is #BE014D. Grayscale: #BCBCBC. Windows color (decimal): -12452174 or 11730497. OLE color: 11730497.
HSL color Cylindrical-coordinate representation of color #41FEB2: hue angle of 155.87º 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 #41FEB2 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 178 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.00 |
| HSL | 155.87º | 0.99% | 0.63% | - |
| HSV(B) | 155.87º | 0.74% | 1% | - |
| XYZ | 45.66 | 75.22 | 54.23 | - |
| YUV | 188.83 | 121.88 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 178 | 0.74 | 0 | 0.30 | 0.00 | 155.87 | 0.99 | 0.63 |
| Hex | 41 | FE | B2 | 4A | 0 | 1E | 0 | 9C | 63 | 3F |
| Octal | 101 | 376 | 262 | 112 | 0 | 36 | 0 | 234 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10110010 | 1001010 | 0 | 11110 | 0 | 10011100 | 1100011 | 111111 |
Color Harmonies of #41FEB2
Complementary color
Monochromatic Colors of #41FEB2
Black with #41FEB2
Text Example
Text Example
White with #41FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEB2; }
p { color: rgb(65,254,178); }
H1.HeaderClassName
{
color: #41FEB2;
}
.AnyTagClassName
{
color: #41FEB2;
}
</style>
background-color css
<style>
a { background-color: #41FEB2; }
a { background-color: rgb(65,254,178); }
div.DivClassName
{
background-color: #41FEB2;
}
.BgClassName
{
background-color: #41FEB2;
}
</style>
border-color css
<style>
span { border-color: #41FEB2; }
span { border-color: rgb(65,254,178); }
td.TdClassName
{
border-color: #41FEB2;
}
.TagClassName
{
border-color: #41FEB2;
}
</style>