Shades of Turquoise #41EABD
Tints of Turquoise #41EABD
RGB
CMYK
RGB Variations
Color information
#41EABD (or 0x41EABD) is known color: Turquoise. HEX triplet: 41, EA and BD. RGB value is (65,234,189). Sum of RGB (Red+Green+Blue) = 65+234+189=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #41EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EABD is #BE1542. Grayscale: #B2B2B2. Windows color (decimal): -12457283 or 12446273. OLE color: 12446273.
HSL color Cylindrical-coordinate representation of color #41EABD: hue angle of 164.02º 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 #41EABD is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 189 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.08 |
| HSL | 164.02º | 0.8% | 0.59% | - |
| HSV(B) | 164.02º | 0.72% | 0.92% | - |
| XYZ | 40.79 | 63.64 | 58.28 | - |
| YUV | 178.34 | 134.01 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 189 | 0.72 | 0 | 0.19 | 0.08 | 164.02 | 0.8 | 0.59 |
| Hex | 41 | EA | BD | 48 | 0 | 13 | 8 | A4 | 50 | 3B |
| Octal | 101 | 352 | 275 | 110 | 0 | 23 | 10 | 244 | 120 | 73 |
| Binary | 1000001 | 11101010 | 10111101 | 1001000 | 0 | 10011 | 1000 | 10100100 | 1010000 | 111011 |
Color Harmonies of #41EABD
Complementary color
Monochromatic Colors of #41EABD
Black with #41EABD
Text Example
Text Example
White with #41EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EABD; }
p { color: rgb(65,234,189); }
H1.HeaderClassName
{
color: #41EABD;
}
.AnyTagClassName
{
color: #41EABD;
}
</style>
background-color css
<style>
a { background-color: #41EABD; }
a { background-color: rgb(65,234,189); }
div.DivClassName
{
background-color: #41EABD;
}
.BgClassName
{
background-color: #41EABD;
}
</style>
border-color css
<style>
span { border-color: #41EABD; }
span { border-color: rgb(65,234,189); }
td.TdClassName
{
border-color: #41EABD;
}
.TagClassName
{
border-color: #41EABD;
}
</style>