Shades of Turquoise #41E8FE
Tints of Turquoise #41E8FE
RGB
CMYK
RGB Variations
Color information
#41E8FE (or 0x41E8FE) is known color: Turquoise. HEX triplet: 41, E8 and FE. RGB value is (65,232,254). Sum of RGB (Red+Green+Blue) = 65+232+254=551 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.80% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #41E8FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E8FE is #BE1701. Grayscale: #B8B8B8. Windows color (decimal): -12457730 or 16705601. OLE color: 16705601.
HSL color Cylindrical-coordinate representation of color #41E8FE: hue angle of 186.98º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41E8FE is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 232 | 254 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.00 |
| HSL | 186.98º | 0.99% | 0.63% | - |
| HSV(B) | 186.98º | 0.74% | 1% | - |
| XYZ | 48.93 | 65.99 | 103.93 | - |
| YUV | 184.58 | 167.17 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 254 | 0.74 | 0.09 | 0 | 0.00 | 186.98 | 0.99 | 0.63 |
| Hex | 41 | E8 | FE | 4A | 9 | 0 | 0 | BB | 63 | 3F |
| Octal | 101 | 350 | 376 | 112 | 11 | 0 | 0 | 273 | 143 | 77 |
| Binary | 1000001 | 11101000 | 11111110 | 1001010 | 1001 | 0 | 0 | 10111011 | 1100011 | 111111 |
Color Harmonies of #41E8FE
Complementary color
Monochromatic Colors of #41E8FE
Black with #41E8FE
Text Example
Text Example
White with #41E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E8FE; }
p { color: rgb(65,232,254); }
H1.HeaderClassName
{
color: #41E8FE;
}
.AnyTagClassName
{
color: #41E8FE;
}
</style>
background-color css
<style>
a { background-color: #41E8FE; }
a { background-color: rgb(65,232,254); }
div.DivClassName
{
background-color: #41E8FE;
}
.BgClassName
{
background-color: #41E8FE;
}
</style>
border-color css
<style>
span { border-color: #41E8FE; }
span { border-color: rgb(65,232,254); }
td.TdClassName
{
border-color: #41E8FE;
}
.TagClassName
{
border-color: #41E8FE;
}
</style>