#41EABC

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

Shades of Turquoise #41EABC

Tints of Turquoise #41EABC

Color information

#41EABC (or 0x41EABC) is unknown color: approx Turquoise. HEX triplet: 41, EA and BC. RGB value is (65,234,188). Sum of RGB (Red+Green+Blue) = 65+234+188=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #41EABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EABC is #BE1543. Grayscale: #B2B2B2. Windows color (decimal): -12457284 or 12380737. OLE color: 12380737.

HSL color Cylindrical-coordinate representation of color #41EABC: hue angle of 163.67º 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 #41EABC is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB65234188-
CMYK0.7200.200.08
HSL163.67º80.09%58.63%-
HSV(B)163.67º72.22%91.76%-
XYZ40.6863.657.71-
YUV178.23133.5147.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.35%
GREEN value IS 234 (91.80% from 255) = 48.05%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=13.35%
G=48.05%
B=38.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal652341880.7200.200.08163.6780.0958.63
Hex41EABC480148a4503b
Octal1013522741100241024412073
Binary1000001111010101011110010010000101001000101001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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