Shades of Turquoise #41FFE4
Tints of Turquoise #41FFE4
RGB
CMYK
RGB Variations
Color information
#41FFE4 (or 0x41FFE4) is known color: Turquoise. HEX triplet: 41, FF and E4. RGB value is (65,255,228). Sum of RGB (Red+Green+Blue) = 65+255+228=548 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.86% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFE4 is #BE001B. Grayscale: #C3C3C3. Windows color (decimal): -12451868 or 15007553. OLE color: 15007553.
HSL color Cylindrical-coordinate representation of color #41FFE4: hue angle of 171.47º 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 #41FFE4 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 228 | - |
| CMYK | 0.75 | 0 | 0.11 | 0 |
| HSL | 171.47º | 1% | 0.63% | - |
| HSV(B) | 171.47º | 0.75% | 1% | - |
| XYZ | 51.94 | 78.25 | 85.76 | - |
| YUV | 195.11 | 146.55 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 228 | 0.75 | 0 | 0.11 | 0 | 171.47 | 1 | 0.63 |
| Hex | 41 | FF | E4 | 4B | 0 | B | 0 | AB | 64 | 3F |
| Octal | 101 | 377 | 344 | 113 | 0 | 13 | 0 | 253 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11100100 | 1001011 | 0 | 1011 | 0 | 10101011 | 1100100 | 111111 |
Color Harmonies of #41FFE4
Complementary color
Monochromatic Colors of #41FFE4
Black with #41FFE4
Text Example
Text Example
White with #41FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFE4; }
p { color: rgb(65,255,228); }
H1.HeaderClassName
{
color: #41FFE4;
}
.AnyTagClassName
{
color: #41FFE4;
}
</style>
background-color css
<style>
a { background-color: #41FFE4; }
a { background-color: rgb(65,255,228); }
div.DivClassName
{
background-color: #41FFE4;
}
.BgClassName
{
background-color: #41FFE4;
}
</style>
border-color css
<style>
span { border-color: #41FFE4; }
span { border-color: rgb(65,255,228); }
td.TdClassName
{
border-color: #41FFE4;
}
.TagClassName
{
border-color: #41FFE4;
}
</style>