Shades of Turquoise #41FED8
Tints of Turquoise #41FED8
RGB
CMYK
RGB Variations
Color information
#41FED8 (or 0x41FED8) is known color: Turquoise. HEX triplet: 41, FE and D8. RGB value is (65,254,216). Sum of RGB (Red+Green+Blue) = 65+254+216=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED8 is #BE0127. Grayscale: #C1C1C1. Windows color (decimal): -12452136 or 14220865. OLE color: 14220865.
HSL color Cylindrical-coordinate representation of color #41FED8: hue angle of 167.94º 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 #41FED8 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 216 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.00 |
| HSL | 167.94º | 0.99% | 0.63% | - |
| HSV(B) | 167.94º | 0.74% | 1% | - |
| XYZ | 50.02 | 76.97 | 77.19 | - |
| YUV | 193.16 | 140.88 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 216 | 0.74 | 0 | 0.15 | 0.00 | 167.94 | 0.99 | 0.63 |
| Hex | 41 | FE | D8 | 4A | 0 | F | 0 | A8 | 63 | 3F |
| Octal | 101 | 376 | 330 | 112 | 0 | 17 | 0 | 250 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11011000 | 1001010 | 0 | 1111 | 0 | 10101000 | 1100011 | 111111 |
Color Harmonies of #41FED8
Complementary color
Monochromatic Colors of #41FED8
Black with #41FED8
Text Example
Text Example
White with #41FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FED8; }
p { color: rgb(65,254,216); }
H1.HeaderClassName
{
color: #41FED8;
}
.AnyTagClassName
{
color: #41FED8;
}
</style>
background-color css
<style>
a { background-color: #41FED8; }
a { background-color: rgb(65,254,216); }
div.DivClassName
{
background-color: #41FED8;
}
.BgClassName
{
background-color: #41FED8;
}
</style>
border-color css
<style>
span { border-color: #41FED8; }
span { border-color: rgb(65,254,216); }
td.TdClassName
{
border-color: #41FED8;
}
.TagClassName
{
border-color: #41FED8;
}
</style>