Shades of Turquoise #41FFE0
Tints of Turquoise #41FFE0
RGB
CMYK
RGB Variations
Color information
#41FFE0 (or 0x41FFE0) is known color: Turquoise. HEX triplet: 41, FF and E0. RGB value is (65,255,224). Sum of RGB (Red+Green+Blue) = 65+255+224=544 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.95% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFE0 is #BE001F. Grayscale: #C2C2C2. Windows color (decimal): -12451872 or 14745409. OLE color: 14745409.
HSL color Cylindrical-coordinate representation of color #41FFE0: hue angle of 170.21º 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 #41FFE0 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 224 | - |
| CMYK | 0.75 | 0 | 0.12 | 0 |
| HSL | 170.21º | 1% | 0.63% | - |
| HSV(B) | 170.21º | 0.75% | 1% | - |
| XYZ | 51.39 | 78.03 | 82.87 | - |
| YUV | 194.66 | 144.55 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 224 | 0.75 | 0 | 0.12 | 0 | 170.21 | 1 | 0.63 |
| Hex | 41 | FF | E0 | 4B | 0 | C | 0 | AA | 64 | 3F |
| Octal | 101 | 377 | 340 | 113 | 0 | 14 | 0 | 252 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11100000 | 1001011 | 0 | 1100 | 0 | 10101010 | 1100100 | 111111 |
Color Harmonies of #41FFE0
Complementary color
Monochromatic Colors of #41FFE0
Black with #41FFE0
Text Example
Text Example
White with #41FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFE0; }
p { color: rgb(65,255,224); }
H1.HeaderClassName
{
color: #41FFE0;
}
.AnyTagClassName
{
color: #41FFE0;
}
</style>
background-color css
<style>
a { background-color: #41FFE0; }
a { background-color: rgb(65,255,224); }
div.DivClassName
{
background-color: #41FFE0;
}
.BgClassName
{
background-color: #41FFE0;
}
</style>
border-color css
<style>
span { border-color: #41FFE0; }
span { border-color: rgb(65,255,224); }
td.TdClassName
{
border-color: #41FFE0;
}
.TagClassName
{
border-color: #41FFE0;
}
</style>