Shades of Turquoise #41EDF0
Tints of Turquoise #41EDF0
RGB
CMYK
RGB Variations
Color information
#41EDF0 (or 0x41EDF0) is known color: Turquoise. HEX triplet: 41, ED and F0. RGB value is (65,237,240). Sum of RGB (Red+Green+Blue) = 65+237+240=542 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.99% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #41EDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EDF0 is #BE120F. Grayscale: #B9B9B9. Windows color (decimal): -12456464 or 15789377. OLE color: 15789377.
HSL color Cylindrical-coordinate representation of color #41EDF0: hue angle of 181.03º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EDF0 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 237 | 240 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.06 |
| HSL | 181.03º | 0.85% | 0.6% | - |
| HSV(B) | 181.03º | 0.73% | 0.94% | - |
| XYZ | 48.19 | 67.98 | 93.02 | - |
| YUV | 185.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 237 | 240 | 0.73 | 0.01 | 0 | 0.06 | 181.03 | 0.85 | 0.6 |
| Hex | 41 | ED | F0 | 49 | 1 | 0 | 6 | B5 | 55 | 3C |
| Octal | 101 | 355 | 360 | 111 | 1 | 0 | 6 | 265 | 125 | 74 |
| Binary | 1000001 | 11101101 | 11110000 | 1001001 | 1 | 0 | 110 | 10110101 | 1010101 | 111100 |
Color Harmonies of #41EDF0
Complementary color
Monochromatic Colors of #41EDF0
Black with #41EDF0
Text Example
Text Example
White with #41EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EDF0; }
p { color: rgb(65,237,240); }
H1.HeaderClassName
{
color: #41EDF0;
}
.AnyTagClassName
{
color: #41EDF0;
}
</style>
background-color css
<style>
a { background-color: #41EDF0; }
a { background-color: rgb(65,237,240); }
div.DivClassName
{
background-color: #41EDF0;
}
.BgClassName
{
background-color: #41EDF0;
}
</style>
border-color css
<style>
span { border-color: #41EDF0; }
span { border-color: rgb(65,237,240); }
td.TdClassName
{
border-color: #41EDF0;
}
.TagClassName
{
border-color: #41EDF0;
}
</style>