#41E1F4

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

Shades of Turquoise #41E1F4

Tints of Turquoise #41E1F4

Color information

#41E1F4 (or 0x41E1F4) is unknown color: approx Turquoise. HEX triplet: 41, E1 and F4. RGB value is (65,225,244). Sum of RGB (Red+Green+Blue) = 65+225+244=534 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.17% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #41E1F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E1F4 is #BE1E0B. Grayscale: #B3B3B3. Windows color (decimal): -12459532 or 16048449. OLE color: 16048449.

HSL color Cylindrical-coordinate representation of color #41E1F4: hue angle of 186.37º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41E1F4 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB65225244-
CMYK0.730.0800.04
HSL186.37º89.05%60.59%-
HSV(B)186.37º73.36%95.69%-
XYZ45.4361.5195.07-
YUV179.33164.4946.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.17%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 244 (95.70% from 255) = 45.69%
R=12.17%
G=42.13%
B=45.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal652252440.730.0800.04186.3789.0560.59
Hex41E1F449804ba593d
Octal101341364111100427213175
Binary10000011110000111110100100100110000100101110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,225,244); }

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

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

 a { background-color: rgb(65,225,244); }

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

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

 span { border-color: rgb(65,225,244); }

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