Shades of Turquoise #41EADA
Tints of Turquoise #41EADA
RGB
CMYK
RGB Variations
Color information
#41EADA (or 0x41EADA) is known color: Turquoise. HEX triplet: 41, EA and DA. RGB value is (65,234,218). Sum of RGB (Red+Green+Blue) = 65+234+218=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #41EADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EADA is #BE1525. Grayscale: #B5B5B5. Windows color (decimal): -12457254 or 14346817. OLE color: 14346817.
HSL color Cylindrical-coordinate representation of color #41EADA: hue angle of 174.32º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EADA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 218 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.08 |
| HSL | 174.32º | 0.8% | 0.59% | - |
| HSV(B) | 174.32º | 0.72% | 0.92% | - |
| XYZ | 44.26 | 65.03 | 76.55 | - |
| YUV | 181.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 218 | 0.72 | 0 | 0.07 | 0.08 | 174.32 | 0.8 | 0.59 |
| Hex | 41 | EA | DA | 48 | 0 | 7 | 8 | AE | 50 | 3B |
| Octal | 101 | 352 | 332 | 110 | 0 | 7 | 10 | 256 | 120 | 73 |
| Binary | 1000001 | 11101010 | 11011010 | 1001000 | 0 | 111 | 1000 | 10101110 | 1010000 | 111011 |
Color Harmonies of #41EADA
Complementary color
Monochromatic Colors of #41EADA
Black with #41EADA
Text Example
Text Example
White with #41EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EADA; }
p { color: rgb(65,234,218); }
H1.HeaderClassName
{
color: #41EADA;
}
.AnyTagClassName
{
color: #41EADA;
}
</style>
background-color css
<style>
a { background-color: #41EADA; }
a { background-color: rgb(65,234,218); }
div.DivClassName
{
background-color: #41EADA;
}
.BgClassName
{
background-color: #41EADA;
}
</style>
border-color css
<style>
span { border-color: #41EADA; }
span { border-color: rgb(65,234,218); }
td.TdClassName
{
border-color: #41EADA;
}
.TagClassName
{
border-color: #41EADA;
}
</style>