Shades of Turquoise #41EDF5
Tints of Turquoise #41EDF5
RGB
CMYK
RGB Variations
Color information
#41EDF5 (or 0x41EDF5) is known color: Turquoise. HEX triplet: 41, ED and F5. RGB value is (65,237,245). Sum of RGB (Red+Green+Blue) = 65+237+245=547 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.88% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #41EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EDF5 is #BE120A. Grayscale: #BABABA. Windows color (decimal): -12456459 or 16117057. OLE color: 16117057.
HSL color Cylindrical-coordinate representation of color #41EDF5: hue angle of 182.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EDF5 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 237 | 245 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.04 |
| HSL | 182.67º | 0.9% | 0.61% | - |
| HSV(B) | 182.67º | 0.73% | 0.96% | - |
| XYZ | 48.95 | 68.28 | 96.99 | - |
| YUV | 186.48 | 161.02 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 237 | 245 | 0.73 | 0.03 | 0 | 0.04 | 182.67 | 0.9 | 0.61 |
| Hex | 41 | ED | F5 | 49 | 3 | 0 | 4 | B7 | 5A | 3D |
| Octal | 101 | 355 | 365 | 111 | 3 | 0 | 4 | 267 | 132 | 75 |
| Binary | 1000001 | 11101101 | 11110101 | 1001001 | 11 | 0 | 100 | 10110111 | 1011010 | 111101 |
Color Harmonies of #41EDF5
Complementary color
Monochromatic Colors of #41EDF5
Black with #41EDF5
Text Example
Text Example
White with #41EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EDF5; }
p { color: rgb(65,237,245); }
H1.HeaderClassName
{
color: #41EDF5;
}
.AnyTagClassName
{
color: #41EDF5;
}
</style>
background-color css
<style>
a { background-color: #41EDF5; }
a { background-color: rgb(65,237,245); }
div.DivClassName
{
background-color: #41EDF5;
}
.BgClassName
{
background-color: #41EDF5;
}
</style>
border-color css
<style>
span { border-color: #41EDF5; }
span { border-color: rgb(65,237,245); }
td.TdClassName
{
border-color: #41EDF5;
}
.TagClassName
{
border-color: #41EDF5;
}
</style>