#41EAC8

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

Shades of Turquoise #41EAC8

Tints of Turquoise #41EAC8

Color information

#41EAC8 (or 0x41EAC8) is unknown color: approx Turquoise. HEX triplet: 41, EA and C8. RGB value is (65,234,200). Sum of RGB (Red+Green+Blue) = 65+234+200=499 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13.03% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #41EAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EAC8 is #BE1537. Grayscale: #B3B3B3. Windows color (decimal): -12457272 or 13167169. OLE color: 13167169.

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

Color convert

RGB65234200-
CMYK0.7200.150.08
HSL167.93º80.09%58.63%-
HSV(B)167.93º72.22%91.76%-
XYZ42.0364.1464.81-
YUV179.59139.5146.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.03%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=13.03%
G=46.89%
B=40.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal652342000.7200.150.08167.9380.0958.63
Hex41EAC8480F8a8503b
Octal1013523101100171025012073
Binary100000111101010110010001001000011111000101010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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