#41EEE8

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

Shades of Turquoise #41EEE8

Tints of Turquoise #41EEE8

Color information

#41EEE8 (or 0x41EEE8) is unknown color: approx Turquoise. HEX triplet: 41, EE and E8. RGB value is (65,238,232). Sum of RGB (Red+Green+Blue) = 65+238+232=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EEE8 is #BE1117. Grayscale: #B9B9B9. Windows color (decimal): -12456216 or 15265345. OLE color: 15265345.

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

Color convert

RGB65238232-
CMYK0.7300.030.07
HSL177.92º83.57%59.41%-
HSV(B)177.92º72.69%93.33%-
XYZ47.3268.186.99-
YUV185.59154.1941.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.15%
GREEN value IS 238 (93.36% from 255) = 44.49%
BLUE value IS 232 (91.02% from 255) = 43.36%
R=12.15%
G=44.49%
B=43.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal652382320.7300.030.07177.9283.5759.41
Hex41EEE849037b2543b
Octal10135635011103726212473
Binary100000111101110111010001001001011111101100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,238,232); }

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

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

 a { background-color: rgb(65,238,232); }

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

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

 span { border-color: rgb(65,238,232); }

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