#41E6FE

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

Shades of Turquoise #41E6FE

Tints of Turquoise #41E6FE

Color information

#41E6FE (or 0x41E6FE) is unknown color: approx Turquoise. HEX triplet: 41, E6 and FE. RGB value is (65,230,254). Sum of RGB (Red+Green+Blue) = 65+230+254=549 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.84% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #41E6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E6FE is #BE1901. Grayscale: #B7B7B7. Windows color (decimal): -12458242 or 16705089. OLE color: 16705089.

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

Color convert

RGB65230254-
CMYK0.740.0900.00
HSL187.62º98.95%62.55%-
HSV(B)187.62º74.41%99.61%-
XYZ48.3764.87103.74-
YUV183.4167.8443.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.84%
GREEN value IS 230 (90.23% from 255) = 41.89%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=11.84%
G=41.89%
B=46.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal652302540.740.0900.00187.6298.9562.55
Hex41E6FE4A900bc633f
Octal101346376112110027414377
Binary100000111100110111111101001010100100101111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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