Shades of Turquoise Blue #41E8FF
Tints of Turquoise Blue #41E8FF
RGB
CMYK
RGB Variations
Color information
#41E8FF (or 0x41E8FF) is known color: Turquoise Blue. HEX triplet: 41, E8 and FF. RGB value is (65,232,255). Sum of RGB (Red+Green+Blue) = 65+232+255=552 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.78% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #41E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E8FF is #BE1700. Grayscale: #B8B8B8. Windows color (decimal): -12457729 or 16771137. OLE color: 16771137.
HSL color Cylindrical-coordinate representation of color #41E8FF: hue angle of 187.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41E8FF is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 232 | 255 | - |
| CMYK | 0.75 | 0.09 | 0 | 0 |
| HSL | 187.26º | 1% | 0.63% | - |
| HSV(B) | 187.26º | 0.75% | 1% | - |
| XYZ | 49.09 | 66.06 | 104.77 | - |
| YUV | 184.69 | 167.67 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 255 | 0.75 | 0.09 | 0 | 0 | 187.26 | 1 | 0.63 |
| Hex | 41 | E8 | FF | 4B | 9 | 0 | 0 | BB | 64 | 3F |
| Octal | 101 | 350 | 377 | 113 | 11 | 0 | 0 | 273 | 144 | 77 |
| Binary | 1000001 | 11101000 | 11111111 | 1001011 | 1001 | 0 | 0 | 10111011 | 1100100 | 111111 |
Color Harmonies of #41E8FF
Complementary color
Monochromatic Colors of #41E8FF
Black with #41E8FF
Text Example
Text Example
White with #41E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E8FF; }
p { color: rgb(65,232,255); }
H1.HeaderClassName
{
color: #41E8FF;
}
.AnyTagClassName
{
color: #41E8FF;
}
</style>
background-color css
<style>
a { background-color: #41E8FF; }
a { background-color: rgb(65,232,255); }
div.DivClassName
{
background-color: #41E8FF;
}
.BgClassName
{
background-color: #41E8FF;
}
</style>
border-color css
<style>
span { border-color: #41E8FF; }
span { border-color: rgb(65,232,255); }
td.TdClassName
{
border-color: #41E8FF;
}
.TagClassName
{
border-color: #41E8FF;
}
</style>