Shades of Turquoise #41FECD
Tints of Turquoise #41FECD
RGB
CMYK
RGB Variations
Color information
#41FECD (or 0x41FECD) is known color: Turquoise. HEX triplet: 41, FE and CD. RGB value is (65,254,205). Sum of RGB (Red+Green+Blue) = 65+254+205=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #41FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FECD is #BE0132. Grayscale: #BFBFBF. Windows color (decimal): -12452147 or 13499969. OLE color: 13499969.
HSL color Cylindrical-coordinate representation of color #41FECD: hue angle of 164.44º 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 #41FECD is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 205 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.00 |
| HSL | 164.44º | 0.99% | 0.63% | - |
| HSV(B) | 164.44º | 0.74% | 1% | - |
| XYZ | 48.64 | 76.42 | 69.94 | - |
| YUV | 191.9 | 135.38 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 205 | 0.74 | 0 | 0.19 | 0.00 | 164.44 | 0.99 | 0.63 |
| Hex | 41 | FE | CD | 4A | 0 | 13 | 0 | A4 | 63 | 3F |
| Octal | 101 | 376 | 315 | 112 | 0 | 23 | 0 | 244 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11001101 | 1001010 | 0 | 10011 | 0 | 10100100 | 1100011 | 111111 |
Color Harmonies of #41FECD
Complementary color
Monochromatic Colors of #41FECD
Black with #41FECD
Text Example
Text Example
White with #41FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FECD; }
p { color: rgb(65,254,205); }
H1.HeaderClassName
{
color: #41FECD;
}
.AnyTagClassName
{
color: #41FECD;
}
</style>
background-color css
<style>
a { background-color: #41FECD; }
a { background-color: rgb(65,254,205); }
div.DivClassName
{
background-color: #41FECD;
}
.BgClassName
{
background-color: #41FECD;
}
</style>
border-color css
<style>
span { border-color: #41FECD; }
span { border-color: rgb(65,254,205); }
td.TdClassName
{
border-color: #41FECD;
}
.TagClassName
{
border-color: #41FECD;
}
</style>