Shades of Turquoise #41EDDA
Tints of Turquoise #41EDDA
RGB
CMYK
RGB Variations
Color information
#41EDDA (or 0x41EDDA) is known color: Turquoise. HEX triplet: 41, ED and DA. RGB value is (65,237,218). Sum of RGB (Red+Green+Blue) = 65+237+218=520 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.5% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #41EDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EDDA is #BE1225. Grayscale: #B7B7B7. Windows color (decimal): -12456486 or 14347585. OLE color: 14347585.
HSL color Cylindrical-coordinate representation of color #41EDDA: hue angle of 173.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EDDA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 237 | 218 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.37º | 0.83% | 0.59% | - |
| HSV(B) | 173.37º | 0.73% | 0.93% | - |
| XYZ | 45.12 | 66.75 | 76.84 | - |
| YUV | 183.41 | 147.52 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 237 | 218 | 0.73 | 0 | 0.08 | 0.07 | 173.37 | 0.83 | 0.59 |
| Hex | 41 | ED | DA | 49 | 0 | 8 | 7 | AD | 53 | 3B |
| Octal | 101 | 355 | 332 | 111 | 0 | 10 | 7 | 255 | 123 | 73 |
| Binary | 1000001 | 11101101 | 11011010 | 1001001 | 0 | 1000 | 111 | 10101101 | 1010011 | 111011 |
Color Harmonies of #41EDDA
Complementary color
Monochromatic Colors of #41EDDA
Black with #41EDDA
Text Example
Text Example
White with #41EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EDDA; }
p { color: rgb(65,237,218); }
H1.HeaderClassName
{
color: #41EDDA;
}
.AnyTagClassName
{
color: #41EDDA;
}
</style>
background-color css
<style>
a { background-color: #41EDDA; }
a { background-color: rgb(65,237,218); }
div.DivClassName
{
background-color: #41EDDA;
}
.BgClassName
{
background-color: #41EDDA;
}
</style>
border-color css
<style>
span { border-color: #41EDDA; }
span { border-color: rgb(65,237,218); }
td.TdClassName
{
border-color: #41EDDA;
}
.TagClassName
{
border-color: #41EDDA;
}
</style>