#41EEEF

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

Shades of Turquoise #41EEEF

Tints of Turquoise #41EEEF

Color information

#41EEEF (or 0x41EEEF) is unknown color: approx Turquoise. HEX triplet: 41, EE and EF. RGB value is (65,238,239). Sum of RGB (Red+Green+Blue) = 65+238+239=542 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.99% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #41EEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EEEF is #BE1110. Grayscale: #BABABA. Windows color (decimal): -12456209 or 15724097. OLE color: 15724097.

HSL color Cylindrical-coordinate representation of color #41EEEF: hue angle of 180.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EEEF is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB65238239-
CMYK0.730.0000.06
HSL180.34º84.47%59.61%-
HSV(B)180.34º72.8%93.73%-
XYZ48.3368.592.34-
YUV186.39157.6941.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.99%
GREEN value IS 238 (93.36% from 255) = 43.91%
BLUE value IS 239 (93.75% from 255) = 44.10%
R=11.99%
G=43.91%
B=44.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal652382390.730.0000.06180.3484.4759.61
Hex41EEEF49006b4543c
Octal10135635711100626412474
Binary10000011110111011101111100100100110101101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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