#41EAB8

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

Shades of Turquoise #41EAB8

Tints of Turquoise #41EAB8

Color information

#41EAB8 (or 0x41EAB8) is unknown color: approx Turquoise. HEX triplet: 41, EA and B8. RGB value is (65,234,184). Sum of RGB (Red+Green+Blue) = 65+234+184=483 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.46% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #41EAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EAB8 is #BE1547. Grayscale: #B1B1B1. Windows color (decimal): -12457288 or 12118593. OLE color: 12118593.

HSL color Cylindrical-coordinate representation of color #41EAB8: hue angle of 162.25º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EAB8 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB65234184-
CMYK0.7200.210.08
HSL162.25º80.09%58.63%-
HSV(B)162.25º72.22%91.76%-
XYZ40.2563.4355.47-
YUV177.77131.5147.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.46%
GREEN value IS 234 (91.80% from 255) = 48.45%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=13.46%
G=48.45%
B=38.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal652341840.7200.210.08162.2580.0958.63
Hex41EAB8480158a2503b
Octal1013522701100251024212073
Binary1000001111010101011100010010000101011000101000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,234,184); }

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

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

 a { background-color: rgb(65,234,184); }

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

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

 span { border-color: rgb(65,234,184); }

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