Shades of Turquoise #41FEBC
Tints of Turquoise #41FEBC
RGB
CMYK
RGB Variations
Color information
#41FEBC (or 0x41FEBC) is known color: Turquoise. HEX triplet: 41, FE and BC. RGB value is (65,254,188). Sum of RGB (Red+Green+Blue) = 65+254+188=507 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.82% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FEBC is #BE0143. Grayscale: #BEBEBE. Windows color (decimal): -12452164 or 12385857. OLE color: 12385857.
HSL color Cylindrical-coordinate representation of color #41FEBC: hue angle of 159.05º 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 #41FEBC is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 188 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.00 |
| HSL | 159.05º | 0.99% | 0.63% | - |
| HSV(B) | 159.05º | 0.74% | 1% | - |
| XYZ | 46.7 | 75.64 | 59.72 | - |
| YUV | 189.97 | 126.88 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 188 | 0.74 | 0 | 0.26 | 0.00 | 159.05 | 0.99 | 0.63 |
| Hex | 41 | FE | BC | 4A | 0 | 1A | 0 | 9F | 63 | 3F |
| Octal | 101 | 376 | 274 | 112 | 0 | 32 | 0 | 237 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10111100 | 1001010 | 0 | 11010 | 0 | 10011111 | 1100011 | 111111 |
Color Harmonies of #41FEBC
Complementary color
Monochromatic Colors of #41FEBC
Black with #41FEBC
Text Example
Text Example
White with #41FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEBC; }
p { color: rgb(65,254,188); }
H1.HeaderClassName
{
color: #41FEBC;
}
.AnyTagClassName
{
color: #41FEBC;
}
</style>
background-color css
<style>
a { background-color: #41FEBC; }
a { background-color: rgb(65,254,188); }
div.DivClassName
{
background-color: #41FEBC;
}
.BgClassName
{
background-color: #41FEBC;
}
</style>
border-color css
<style>
span { border-color: #41FEBC; }
span { border-color: rgb(65,254,188); }
td.TdClassName
{
border-color: #41FEBC;
}
.TagClassName
{
border-color: #41FEBC;
}
</style>