Shades of Turquoise #41EBED
Tints of Turquoise #41EBED
RGB
CMYK
RGB Variations
Color information
#41EBED (or 0x41EBED) is known color: Turquoise. HEX triplet: 41, EB and ED. RGB value is (65,235,237). Sum of RGB (Red+Green+Blue) = 65+235+237=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #41EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EBED is #BE1412. Grayscale: #B8B8B8. Windows color (decimal): -12456979 or 15592257. OLE color: 15592257.
HSL color Cylindrical-coordinate representation of color #41EBED: hue angle of 180.7º 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 #41EBED is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 235 | 237 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.07 |
| HSL | 180.7º | 0.83% | 0.59% | - |
| HSV(B) | 180.7º | 0.73% | 0.93% | - |
| XYZ | 47.17 | 66.65 | 90.5 | - |
| YUV | 184.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 235 | 237 | 0.73 | 0.01 | 0 | 0.07 | 180.7 | 0.83 | 0.59 |
| Hex | 41 | EB | ED | 49 | 1 | 0 | 7 | B5 | 53 | 3B |
| Octal | 101 | 353 | 355 | 111 | 1 | 0 | 7 | 265 | 123 | 73 |
| Binary | 1000001 | 11101011 | 11101101 | 1001001 | 1 | 0 | 111 | 10110101 | 1010011 | 111011 |
Color Harmonies of #41EBED
Complementary color
Monochromatic Colors of #41EBED
Black with #41EBED
Text Example
Text Example
White with #41EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EBED; }
p { color: rgb(65,235,237); }
H1.HeaderClassName
{
color: #41EBED;
}
.AnyTagClassName
{
color: #41EBED;
}
</style>
background-color css
<style>
a { background-color: #41EBED; }
a { background-color: rgb(65,235,237); }
div.DivClassName
{
background-color: #41EBED;
}
.BgClassName
{
background-color: #41EBED;
}
</style>
border-color css
<style>
span { border-color: #41EBED; }
span { border-color: rgb(65,235,237); }
td.TdClassName
{
border-color: #41EBED;
}
.TagClassName
{
border-color: #41EBED;
}
</style>