Shades of Turquoise #41ECF9
Tints of Turquoise #41ECF9
RGB
CMYK
RGB Variations
Color information
#41ECF9 (or 0x41ECF9) is known color: Turquoise. HEX triplet: 41, EC and F9. RGB value is (65,236,249). Sum of RGB (Red+Green+Blue) = 65+236+249=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #41ECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECF9 is #BE1306. Grayscale: #BABABA. Windows color (decimal): -12456711 or 16378945. OLE color: 16378945.
HSL color Cylindrical-coordinate representation of color #41ECF9: hue angle of 184.24º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41ECF9 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 236 | 249 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.02 |
| HSL | 184.24º | 0.94% | 0.62% | - |
| HSV(B) | 184.24º | 0.74% | 0.98% | - |
| XYZ | 49.27 | 67.95 | 100.14 | - |
| YUV | 186.35 | 163.35 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 249 | 0.74 | 0.05 | 0 | 0.02 | 184.24 | 0.94 | 0.62 |
| Hex | 41 | EC | F9 | 4A | 5 | 0 | 2 | B8 | 5E | 3E |
| Octal | 101 | 354 | 371 | 112 | 5 | 0 | 2 | 270 | 136 | 76 |
| Binary | 1000001 | 11101100 | 11111001 | 1001010 | 101 | 0 | 10 | 10111000 | 1011110 | 111110 |
Color Harmonies of #41ECF9
Complementary color
Monochromatic Colors of #41ECF9
Black with #41ECF9
Text Example
Text Example
White with #41ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECF9; }
p { color: rgb(65,236,249); }
H1.HeaderClassName
{
color: #41ECF9;
}
.AnyTagClassName
{
color: #41ECF9;
}
</style>
background-color css
<style>
a { background-color: #41ECF9; }
a { background-color: rgb(65,236,249); }
div.DivClassName
{
background-color: #41ECF9;
}
.BgClassName
{
background-color: #41ECF9;
}
</style>
border-color css
<style>
span { border-color: #41ECF9; }
span { border-color: rgb(65,236,249); }
td.TdClassName
{
border-color: #41ECF9;
}
.TagClassName
{
border-color: #41ECF9;
}
</style>