Shades of Turquoise #41FED5
Tints of Turquoise #41FED5
RGB
CMYK
RGB Variations
Color information
#41FED5 (or 0x41FED5) is known color: Turquoise. HEX triplet: 41, FE and D5. RGB value is (65,254,213). Sum of RGB (Red+Green+Blue) = 65+254+213=532 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.22% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED5 is #BE012A. Grayscale: #C0C0C0. Windows color (decimal): -12452139 or 14024257. OLE color: 14024257.
HSL color Cylindrical-coordinate representation of color #41FED5: hue angle of 166.98º 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 #41FED5 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 213 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.00 |
| HSL | 166.98º | 0.99% | 0.63% | - |
| HSV(B) | 166.98º | 0.74% | 1% | - |
| XYZ | 49.63 | 76.81 | 75.16 | - |
| YUV | 192.82 | 139.38 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 213 | 0.74 | 0 | 0.16 | 0.00 | 166.98 | 0.99 | 0.63 |
| Hex | 41 | FE | D5 | 4A | 0 | 10 | 0 | A7 | 63 | 3F |
| Octal | 101 | 376 | 325 | 112 | 0 | 20 | 0 | 247 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11010101 | 1001010 | 0 | 10000 | 0 | 10100111 | 1100011 | 111111 |
Color Harmonies of #41FED5
Complementary color
Monochromatic Colors of #41FED5
Black with #41FED5
Text Example
Text Example
White with #41FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FED5; }
p { color: rgb(65,254,213); }
H1.HeaderClassName
{
color: #41FED5;
}
.AnyTagClassName
{
color: #41FED5;
}
</style>
background-color css
<style>
a { background-color: #41FED5; }
a { background-color: rgb(65,254,213); }
div.DivClassName
{
background-color: #41FED5;
}
.BgClassName
{
background-color: #41FED5;
}
</style>
border-color css
<style>
span { border-color: #41FED5; }
span { border-color: rgb(65,254,213); }
td.TdClassName
{
border-color: #41FED5;
}
.TagClassName
{
border-color: #41FED5;
}
</style>