Shades of Turquoise #41ECFB
Tints of Turquoise #41ECFB
RGB
CMYK
RGB Variations
Color information
#41ECFB (or 0x41ECFB) is known color: Turquoise. HEX triplet: 41, EC and FB. RGB value is (65,236,251). Sum of RGB (Red+Green+Blue) = 65+236+251=552 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.78% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #41ECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECFB is #BE1304. Grayscale: #BABABA. Windows color (decimal): -12456709 or 16510017. OLE color: 16510017.
HSL color Cylindrical-coordinate representation of color #41ECFB: hue angle of 184.84º degrees, saturation: 0.96, 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 #41ECFB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 236 | 251 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.02 |
| HSL | 184.84º | 0.96% | 0.62% | - |
| HSV(B) | 184.84º | 0.74% | 0.98% | - |
| XYZ | 49.59 | 68.08 | 101.79 | - |
| YUV | 186.58 | 164.35 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 251 | 0.74 | 0.06 | 0 | 0.02 | 184.84 | 0.96 | 0.62 |
| Hex | 41 | EC | FB | 4A | 6 | 0 | 2 | B9 | 60 | 3E |
| Octal | 101 | 354 | 373 | 112 | 6 | 0 | 2 | 271 | 140 | 76 |
| Binary | 1000001 | 11101100 | 11111011 | 1001010 | 110 | 0 | 10 | 10111001 | 1100000 | 111110 |
Color Harmonies of #41ECFB
Complementary color
Monochromatic Colors of #41ECFB
Black with #41ECFB
Text Example
Text Example
White with #41ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECFB; }
p { color: rgb(65,236,251); }
H1.HeaderClassName
{
color: #41ECFB;
}
.AnyTagClassName
{
color: #41ECFB;
}
</style>
background-color css
<style>
a { background-color: #41ECFB; }
a { background-color: rgb(65,236,251); }
div.DivClassName
{
background-color: #41ECFB;
}
.BgClassName
{
background-color: #41ECFB;
}
</style>
border-color css
<style>
span { border-color: #41ECFB; }
span { border-color: rgb(65,236,251); }
td.TdClassName
{
border-color: #41ECFB;
}
.TagClassName
{
border-color: #41ECFB;
}
</style>