#41E7C8

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

Shades of Turquoise #41E7C8

Tints of Turquoise #41E7C8

Color information

#41E7C8 (or 0x41E7C8) is unknown color: approx Turquoise. HEX triplet: 41, E7 and C8. RGB value is (65,231,200). Sum of RGB (Red+Green+Blue) = 65+231+200=496 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.10% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7C8 is #BE1837. Grayscale: #B1B1B1. Windows color (decimal): -12458040 or 13166401. OLE color: 13166401.

HSL color Cylindrical-coordinate representation of color #41E7C8: hue angle of 168.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E7C8 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB65231200-
CMYK0.7200.130.09
HSL168.8º77.57%58.04%-
HSV(B)168.8º71.86%90.59%-
XYZ41.1862.4564.53-
YUV177.83140.547.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.10%
GREEN value IS 231 (90.62% from 255) = 46.57%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=13.10%
G=46.57%
B=40.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal652312000.7200.130.09168.877.5758.04
Hex41E7C8480D9a94e3a
Octal1013473101100151125111672
Binary100000111100111110010001001000011011001101010011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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