Shades of Turquoise #41EDEF
Tints of Turquoise #41EDEF
RGB
CMYK
RGB Variations
Color information
#41EDEF (or 0x41EDEF) is known color: Turquoise. HEX triplet: 41, ED and EF. RGB value is (65,237,239). Sum of RGB (Red+Green+Blue) = 65+237+239=541 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.01% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #41EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EDEF is #BE1210. Grayscale: #B9B9B9. Windows color (decimal): -12456465 or 15723841. OLE color: 15723841.
HSL color Cylindrical-coordinate representation of color #41EDEF: hue angle of 180.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EDEF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 237 | 239 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.06 |
| HSL | 180.69º | 0.84% | 0.6% | - |
| HSV(B) | 180.69º | 0.73% | 0.94% | - |
| XYZ | 48.04 | 67.92 | 92.24 | - |
| YUV | 185.8 | 158.02 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 237 | 239 | 0.73 | 0.01 | 0 | 0.06 | 180.69 | 0.84 | 0.6 |
| Hex | 41 | ED | EF | 49 | 1 | 0 | 6 | B5 | 54 | 3C |
| Octal | 101 | 355 | 357 | 111 | 1 | 0 | 6 | 265 | 124 | 74 |
| Binary | 1000001 | 11101101 | 11101111 | 1001001 | 1 | 0 | 110 | 10110101 | 1010100 | 111100 |
Color Harmonies of #41EDEF
Complementary color
Monochromatic Colors of #41EDEF
Black with #41EDEF
Text Example
Text Example
White with #41EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EDEF; }
p { color: rgb(65,237,239); }
H1.HeaderClassName
{
color: #41EDEF;
}
.AnyTagClassName
{
color: #41EDEF;
}
</style>
background-color css
<style>
a { background-color: #41EDEF; }
a { background-color: rgb(65,237,239); }
div.DivClassName
{
background-color: #41EDEF;
}
.BgClassName
{
background-color: #41EDEF;
}
</style>
border-color css
<style>
span { border-color: #41EDEF; }
span { border-color: rgb(65,237,239); }
td.TdClassName
{
border-color: #41EDEF;
}
.TagClassName
{
border-color: #41EDEF;
}
</style>