Shades of Turquoise #41FDEC
Tints of Turquoise #41FDEC
RGB
CMYK
RGB Variations
Color information
#41FDEC (or 0x41FDEC) is known color: Turquoise. HEX triplet: 41, FD and EC. RGB value is (65,253,236). Sum of RGB (Red+Green+Blue) = 65+253+236=554 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.73% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDEC is #BE0213. Grayscale: #C2C2C2. Windows color (decimal): -12452372 or 15531329. OLE color: 15531329.
HSL color Cylindrical-coordinate representation of color #41FDEC: hue angle of 174.57º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FDEC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 236 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.01 |
| HSL | 174.57º | 0.98% | 0.62% | - |
| HSV(B) | 174.57º | 0.74% | 0.99% | - |
| XYZ | 52.45 | 77.43 | 91.54 | - |
| YUV | 194.85 | 151.22 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 236 | 0.74 | 0 | 0.07 | 0.01 | 174.57 | 0.98 | 0.62 |
| Hex | 41 | FD | EC | 4A | 0 | 7 | 1 | AF | 62 | 3E |
| Octal | 101 | 375 | 354 | 112 | 0 | 7 | 1 | 257 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11101100 | 1001010 | 0 | 111 | 1 | 10101111 | 1100010 | 111110 |
Color Harmonies of #41FDEC
Complementary color
Monochromatic Colors of #41FDEC
Black with #41FDEC
Text Example
Text Example
White with #41FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDEC; }
p { color: rgb(65,253,236); }
H1.HeaderClassName
{
color: #41FDEC;
}
.AnyTagClassName
{
color: #41FDEC;
}
</style>
background-color css
<style>
a { background-color: #41FDEC; }
a { background-color: rgb(65,253,236); }
div.DivClassName
{
background-color: #41FDEC;
}
.BgClassName
{
background-color: #41FDEC;
}
</style>
border-color css
<style>
span { border-color: #41FDEC; }
span { border-color: rgb(65,253,236); }
td.TdClassName
{
border-color: #41FDEC;
}
.TagClassName
{
border-color: #41FDEC;
}
</style>