#41E0E7

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

Shades of Turquoise #41E0E7

Tints of Turquoise #41E0E7

Color information

#41E0E7 (or 0x41E0E7) is unknown color: approx Turquoise. HEX triplet: 41, E0 and E7. RGB value is (65,224,231). Sum of RGB (Red+Green+Blue) = 65+224+231=520 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.5% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #41E0E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E0E7 is #BE1F18. Grayscale: #B1B1B1. Windows color (decimal): -12459801 or 15196225. OLE color: 15196225.

HSL color Cylindrical-coordinate representation of color #41E0E7: hue angle of 182.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E0E7 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB65224231-
CMYK0.720.0300.09
HSL182.53º77.57%58.04%-
HSV(B)182.53º71.86%90.59%-
XYZ43.2660.284.94-
YUV177.26158.3247.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.5%
GREEN value IS 224 (87.89% from 255) = 43.08%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=12.5%
G=43.08%
B=44.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal652242310.720.0300.09182.5377.5758.04
Hex41E0E748309b74e3a
Octal101340347110301126711672
Binary1000001111000001110011110010001101001101101111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,224,231); }

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

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

 a { background-color: rgb(65,224,231); }

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

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

 span { border-color: rgb(65,224,231); }

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