Shades of Turquoise #41EFEC
Tints of Turquoise #41EFEC
RGB
CMYK
RGB Variations
Color information
#41EFEC (or 0x41EFEC) is known color: Turquoise. HEX triplet: 41, EF and EC. RGB value is (65,239,236). Sum of RGB (Red+Green+Blue) = 65+239+236=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFEC is #BE1013. Grayscale: #BABABA. Windows color (decimal): -12455956 or 15527745. OLE color: 15527745.
HSL color Cylindrical-coordinate representation of color #41EFEC: hue angle of 178.97º 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 #41EFEC is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 236 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.06 |
| HSL | 178.97º | 0.84% | 0.6% | - |
| HSV(B) | 178.97º | 0.73% | 0.94% | - |
| XYZ | 48.19 | 68.91 | 90.12 | - |
| YUV | 186.63 | 155.85 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 236 | 0.73 | 0 | 0.01 | 0.06 | 178.97 | 0.84 | 0.6 |
| Hex | 41 | EF | EC | 49 | 0 | 1 | 6 | B3 | 54 | 3C |
| Octal | 101 | 357 | 354 | 111 | 0 | 1 | 6 | 263 | 124 | 74 |
| Binary | 1000001 | 11101111 | 11101100 | 1001001 | 0 | 1 | 110 | 10110011 | 1010100 | 111100 |
Color Harmonies of #41EFEC
Complementary color
Monochromatic Colors of #41EFEC
Black with #41EFEC
Text Example
Text Example
White with #41EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFEC; }
p { color: rgb(65,239,236); }
H1.HeaderClassName
{
color: #41EFEC;
}
.AnyTagClassName
{
color: #41EFEC;
}
</style>
background-color css
<style>
a { background-color: #41EFEC; }
a { background-color: rgb(65,239,236); }
div.DivClassName
{
background-color: #41EFEC;
}
.BgClassName
{
background-color: #41EFEC;
}
</style>
border-color css
<style>
span { border-color: #41EFEC; }
span { border-color: rgb(65,239,236); }
td.TdClassName
{
border-color: #41EFEC;
}
.TagClassName
{
border-color: #41EFEC;
}
</style>