Shades of Turquoise #41EABC
Tints of Turquoise #41EABC
RGB
CMYK
RGB Variations
Color information
#41EABC (or 0x41EABC) is known color: Turquoise. HEX triplet: 41, EA and BC. RGB value is (65,234,188). Sum of RGB (Red+Green+Blue) = 65+234+188=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #41EABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EABC is #BE1543. Grayscale: #B2B2B2. Windows color (decimal): -12457284 or 12380737. OLE color: 12380737.
HSL color Cylindrical-coordinate representation of color #41EABC: hue angle of 163.67º 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 #41EABC is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 188 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.08 |
| HSL | 163.67º | 0.8% | 0.59% | - |
| HSV(B) | 163.67º | 0.72% | 0.92% | - |
| XYZ | 40.68 | 63.6 | 57.71 | - |
| YUV | 178.23 | 133.51 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 188 | 0.72 | 0 | 0.20 | 0.08 | 163.67 | 0.8 | 0.59 |
| Hex | 41 | EA | BC | 48 | 0 | 14 | 8 | A4 | 50 | 3B |
| Octal | 101 | 352 | 274 | 110 | 0 | 24 | 10 | 244 | 120 | 73 |
| Binary | 1000001 | 11101010 | 10111100 | 1001000 | 0 | 10100 | 1000 | 10100100 | 1010000 | 111011 |
Color Harmonies of #41EABC
Complementary color
Monochromatic Colors of #41EABC
Black with #41EABC
Text Example
Text Example
White with #41EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EABC; }
p { color: rgb(65,234,188); }
H1.HeaderClassName
{
color: #41EABC;
}
.AnyTagClassName
{
color: #41EABC;
}
</style>
background-color css
<style>
a { background-color: #41EABC; }
a { background-color: rgb(65,234,188); }
div.DivClassName
{
background-color: #41EABC;
}
.BgClassName
{
background-color: #41EABC;
}
</style>
border-color css
<style>
span { border-color: #41EABC; }
span { border-color: rgb(65,234,188); }
td.TdClassName
{
border-color: #41EABC;
}
.TagClassName
{
border-color: #41EABC;
}
</style>