Shades of Turquoise #41E0C5
Tints of Turquoise #41E0C5
RGB
CMYK
RGB Variations
Color information
#41E0C5 (or 0x41E0C5) is known color: Turquoise. HEX triplet: 41, E0 and C5. RGB value is (65,224,197). Sum of RGB (Red+Green+Blue) = 65+224+197=486 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.37% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #41E0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E0C5 is #BE1F3A. Grayscale: #ADADAD. Windows color (decimal): -12459835 or 12968001. OLE color: 12968001.
HSL color Cylindrical-coordinate representation of color #41E0C5: hue angle of 169.81º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E0C5 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 197 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.12 |
| HSL | 169.81º | 0.72% | 0.57% | - |
| HSV(B) | 169.81º | 0.71% | 0.88% | - |
| XYZ | 38.91 | 58.47 | 62.06 | - |
| YUV | 173.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 197 | 0.71 | 0 | 0.12 | 0.12 | 169.81 | 0.72 | 0.57 |
| Hex | 41 | E0 | C5 | 47 | 0 | C | C | AA | 48 | 39 |
| Octal | 101 | 340 | 305 | 107 | 0 | 14 | 14 | 252 | 110 | 71 |
| Binary | 1000001 | 11100000 | 11000101 | 1000111 | 0 | 1100 | 1100 | 10101010 | 1001000 | 111001 |
Color Harmonies of #41E0C5
Complementary color
Monochromatic Colors of #41E0C5
Black with #41E0C5
Text Example
Text Example
White with #41E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E0C5; }
p { color: rgb(65,224,197); }
H1.HeaderClassName
{
color: #41E0C5;
}
.AnyTagClassName
{
color: #41E0C5;
}
</style>
background-color css
<style>
a { background-color: #41E0C5; }
a { background-color: rgb(65,224,197); }
div.DivClassName
{
background-color: #41E0C5;
}
.BgClassName
{
background-color: #41E0C5;
}
</style>
border-color css
<style>
span { border-color: #41E0C5; }
span { border-color: rgb(65,224,197); }
td.TdClassName
{
border-color: #41E0C5;
}
.TagClassName
{
border-color: #41E0C5;
}
</style>