#41E3DC

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

Shades of Turquoise #41E3DC

Tints of Turquoise #41E3DC

Color information

#41E3DC (or 0x41E3DC) is unknown color: approx Turquoise. HEX triplet: 41, E3 and DC. RGB value is (65,227,220). Sum of RGB (Red+Green+Blue) = 65+227+220=512 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.70% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #41E3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E3DC is #BE1C23. Grayscale: #B1B1B1. Windows color (decimal): -12459044 or 14476097. OLE color: 14476097.

HSL color Cylindrical-coordinate representation of color #41E3DC: hue angle of 177.41º 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 #41E3DC is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB65227220-
CMYK0.7100.030.11
HSL177.41º74.31%57.25%-
HSV(B)177.41º71.37%89.02%-
XYZ42.5761.2377.29-
YUV177.76151.8347.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.70%
GREEN value IS 227 (89.06% from 255) = 44.34%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=12.70%
G=44.34%
B=42.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal652272200.7100.030.11177.4174.3157.25
Hex41E3DC4703Bb14a39
Octal101343334107031326111271
Binary1000001111000111101110010001110111011101100011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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