#41E3DE

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

Shades of Turquoise #41E3DE

Tints of Turquoise #41E3DE

Color information

#41E3DE (or 0x41E3DE) is unknown color: approx Turquoise. HEX triplet: 41, E3 and DE. RGB value is (65,227,222). Sum of RGB (Red+Green+Blue) = 65+227+222=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #41E3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E3DE is #BE1C21. Grayscale: #B1B1B1. Windows color (decimal): -12459042 or 14607169. OLE color: 14607169.

HSL color Cylindrical-coordinate representation of color #41E3DE: hue angle of 178.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E3DE is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB65227222-
CMYK0.7100.020.11
HSL178.15º74.31%57.25%-
HSV(B)178.15º71.37%89.02%-
XYZ42.8361.3478.69-
YUV177.99152.8347.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.65%
GREEN value IS 227 (89.06% from 255) = 44.16%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=12.65%
G=44.16%
B=43.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal652272220.7100.020.11178.1574.3157.25
Hex41E3DE4702Bb24a39
Octal101343336107021326211271
Binary1000001111000111101111010001110101011101100101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,227,222); }

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

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

 a { background-color: rgb(65,227,222); }

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

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

 span { border-color: rgb(65,227,222); }

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