Shades of Turquoise #41FEDE
Tints of Turquoise #41FEDE
RGB
CMYK
RGB Variations
Color information
#41FEDE (or 0x41FEDE) is known color: Turquoise. HEX triplet: 41, FE and DE. RGB value is (65,254,222). Sum of RGB (Red+Green+Blue) = 65+254+222=541 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.01% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FEDE is #BE0121. Grayscale: #C1C1C1. Windows color (decimal): -12452130 or 14614081. OLE color: 14614081.
HSL color Cylindrical-coordinate representation of color #41FEDE: hue angle of 169.84º 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 #41FEDE is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 222 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.00 |
| HSL | 169.84º | 0.99% | 0.63% | - |
| HSV(B) | 169.84º | 0.74% | 1% | - |
| XYZ | 50.81 | 77.28 | 81.35 | - |
| YUV | 193.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 222 | 0.74 | 0 | 0.13 | 0.00 | 169.84 | 0.99 | 0.63 |
| Hex | 41 | FE | DE | 4A | 0 | D | 0 | AA | 63 | 3F |
| Octal | 101 | 376 | 336 | 112 | 0 | 15 | 0 | 252 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11011110 | 1001010 | 0 | 1101 | 0 | 10101010 | 1100011 | 111111 |
Color Harmonies of #41FEDE
Complementary color
Monochromatic Colors of #41FEDE
Black with #41FEDE
Text Example
Text Example
White with #41FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEDE; }
p { color: rgb(65,254,222); }
H1.HeaderClassName
{
color: #41FEDE;
}
.AnyTagClassName
{
color: #41FEDE;
}
</style>
background-color css
<style>
a { background-color: #41FEDE; }
a { background-color: rgb(65,254,222); }
div.DivClassName
{
background-color: #41FEDE;
}
.BgClassName
{
background-color: #41FEDE;
}
</style>
border-color css
<style>
span { border-color: #41FEDE; }
span { border-color: rgb(65,254,222); }
td.TdClassName
{
border-color: #41FEDE;
}
.TagClassName
{
border-color: #41FEDE;
}
</style>