#41ECD7

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

Shades of Turquoise #41ECD7

Tints of Turquoise #41ECD7

Color information

#41ECD7 (or 0x41ECD7) is unknown color: approx Turquoise. HEX triplet: 41, EC and D7. RGB value is (65,236,215). Sum of RGB (Red+Green+Blue) = 65+236+215=516 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.60% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECD7 is #BE1328. Grayscale: #B6B6B6. Windows color (decimal): -12456745 or 14150721. OLE color: 14150721.

HSL color Cylindrical-coordinate representation of color #41ECD7: hue angle of 172.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41ECD7 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB65236215-
CMYK0.7200.090.07
HSL172.63º81.82%59.02%-
HSV(B)172.63º72.46%92.55%-
XYZ44.4466.0274.69-
YUV182.48146.3544.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.60%
GREEN value IS 236 (92.58% from 255) = 45.74%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=12.60%
G=45.74%
B=41.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal652362150.7200.090.07172.6381.8259.02
Hex41ECD748097ad523b
Octal101354327110011725512273
Binary10000011110110011010111100100001001111101011011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,236,215); }

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

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

 a { background-color: rgb(65,236,215); }

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

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

 span { border-color: rgb(65,236,215); }

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