#41E5FE

Color #41E5FE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #41E5FE

Tints of Turquoise Blue #41E5FE

Color information

#41E5FE (or 0x41E5FE) is unknown color: approx Turquoise Blue. HEX triplet: 41, E5 and FE. RGB value is (65,229,254). Sum of RGB (Red+Green+Blue) = 65+229+254=548 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.86% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #41E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E5FE is #BE1A01. Grayscale: #B6B6B6. Windows color (decimal): -12458498 or 16704833. OLE color: 16704833.

HSL color Cylindrical-coordinate representation of color #41E5FE: hue angle of 187.94º 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 #41E5FE is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB65229254-
CMYK0.740.1000.00
HSL187.94º98.95%62.55%-
HSV(B)187.94º74.41%99.61%-
XYZ48.0964.32103.65-
YUV182.81168.1743.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 11.86%
GREEN value IS 229 (89.84% from 255) = 41.79%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=11.86%
G=41.79%
B=46.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652292540.740.1000.00187.9498.9562.55
Hex41E5FE4AA00bc633f
Octal101345376112120027414377
Binary100000111100101111111101001010101000101111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41E5FE; }

 p { color: rgb(65,229,254); }

 H1.HeaderClassName
 {
   color: #41E5FE;
 }
 .AnyTagClassName
 {
   color: #41E5FE;
 }
</style>
background-color css

<style>
 a { background-color: #41E5FE; }

 a { background-color: rgb(65,229,254); }

 div.DivClassName
 {
   background-color: #41E5FE;
 }
 .BgClassName
 {
   background-color: #41E5FE;
 }
</style>
border-color css

<style>
 span { border-color: #41E5FE; }

 span { border-color: rgb(65,229,254); }

 td.TdClassName
 {
   border-color: #41E5FE;
 }
 .TagClassName
 {
   border-color: #41E5FE;
 }
</style>