#41E6F8

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

Shades of Turquoise #41E6F8

Tints of Turquoise #41E6F8

Color information

#41E6F8 (or 0x41E6F8) is unknown color: approx Turquoise. HEX triplet: 41, E6 and F8. RGB value is (65,230,248). Sum of RGB (Red+Green+Blue) = 65+230+248=543 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.97% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #41E6F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41E6F8 is #BE1907. Grayscale: #B6B6B6. Windows color (decimal): -12458248 or 16311873. OLE color: 16311873.

HSL color Cylindrical-coordinate representation of color #41E6F8: hue angle of 185.9º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41E6F8 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB65230248-
CMYK0.740.0700.03
HSL185.9º92.89%61.37%-
HSV(B)185.9º73.79%97.25%-
XYZ47.4264.4998.76-
YUV182.72164.8444.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.97%
GREEN value IS 230 (90.23% from 255) = 42.36%
BLUE value IS 248 (97.27% from 255) = 45.67%
R=11.97%
G=42.36%
B=45.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal652302480.740.0700.03185.992.8961.37
Hex41E6F84A703ba5d3d
Octal10134637011270327213575
Binary100000111100110111110001001010111011101110101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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