Shades of Turquoise #41FDED
Tints of Turquoise #41FDED
RGB
CMYK
RGB Variations
Color information
#41FDED (or 0x41FDED) is known color: Turquoise. HEX triplet: 41, FD and ED. RGB value is (65,253,237). Sum of RGB (Red+Green+Blue) = 65+253+237=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDED is #BE0212. Grayscale: #C2C2C2. Windows color (decimal): -12452371 or 15596865. OLE color: 15596865.
HSL color Cylindrical-coordinate representation of color #41FDED: hue angle of 174.89º 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 #41FDED is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 237 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.01 |
| HSL | 174.89º | 0.98% | 0.62% | - |
| HSV(B) | 174.89º | 0.74% | 0.99% | - |
| XYZ | 52.59 | 77.49 | 92.31 | - |
| YUV | 194.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 237 | 0.74 | 0 | 0.06 | 0.01 | 174.89 | 0.98 | 0.62 |
| Hex | 41 | FD | ED | 4A | 0 | 6 | 1 | AF | 62 | 3E |
| Octal | 101 | 375 | 355 | 112 | 0 | 6 | 1 | 257 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11101101 | 1001010 | 0 | 110 | 1 | 10101111 | 1100010 | 111110 |
Color Harmonies of #41FDED
Complementary color
Monochromatic Colors of #41FDED
Black with #41FDED
Text Example
Text Example
White with #41FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDED; }
p { color: rgb(65,253,237); }
H1.HeaderClassName
{
color: #41FDED;
}
.AnyTagClassName
{
color: #41FDED;
}
</style>
background-color css
<style>
a { background-color: #41FDED; }
a { background-color: rgb(65,253,237); }
div.DivClassName
{
background-color: #41FDED;
}
.BgClassName
{
background-color: #41FDED;
}
</style>
border-color css
<style>
span { border-color: #41FDED; }
span { border-color: rgb(65,253,237); }
td.TdClassName
{
border-color: #41FDED;
}
.TagClassName
{
border-color: #41FDED;
}
</style>