Shades of Medium Turquoise #41D5E1
Tints of Medium Turquoise #41D5E1
RGB
CMYK
RGB Variations
Color information
#41D5E1 (or 0x41D5E1) is known color: Medium Turquoise. HEX triplet: 41, D5 and E1. RGB value is (65,213,225). Sum of RGB (Red+Green+Blue) = 65+213+225=503 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.92% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #41D5E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D5E1 is #BE2A1E. Grayscale: #A9A9A9. Windows color (decimal): -12462623 or 14800193. OLE color: 14800193.
HSL color Cylindrical-coordinate representation of color #41D5E1: hue angle of 184.5º degrees, saturation: 0.73, 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 #41D5E1 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 213 | 225 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.12 |
| HSL | 184.5º | 0.73% | 0.57% | - |
| HSV(B) | 184.5º | 0.71% | 0.88% | - |
| XYZ | 39.56 | 54.15 | 79.6 | - |
| YUV | 170.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 225 | 0.71 | 0.05 | 0 | 0.12 | 184.5 | 0.73 | 0.57 |
| Hex | 41 | D5 | E1 | 47 | 5 | 0 | C | B8 | 49 | 39 |
| Octal | 101 | 325 | 341 | 107 | 5 | 0 | 14 | 270 | 111 | 71 |
| Binary | 1000001 | 11010101 | 11100001 | 1000111 | 101 | 0 | 1100 | 10111000 | 1001001 | 111001 |
Color Harmonies of #41D5E1
Complementary color
Monochromatic Colors of #41D5E1
Black with #41D5E1
Text Example
Text Example
White with #41D5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D5E1; }
p { color: rgb(65,213,225); }
H1.HeaderClassName
{
color: #41D5E1;
}
.AnyTagClassName
{
color: #41D5E1;
}
</style>
background-color css
<style>
a { background-color: #41D5E1; }
a { background-color: rgb(65,213,225); }
div.DivClassName
{
background-color: #41D5E1;
}
.BgClassName
{
background-color: #41D5E1;
}
</style>
border-color css
<style>
span { border-color: #41D5E1; }
span { border-color: rgb(65,213,225); }
td.TdClassName
{
border-color: #41D5E1;
}
.TagClassName
{
border-color: #41D5E1;
}
</style>