Html Css Color HEX #41E2EF Turquoise

📋 copy color: '#41E2EF'

red 65 ◦ green 226 ◦ blue 239

#41E2EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #41E2EF

Tints of Turquoise #41E2EF

RGB

 RED value IS 65 (25.78% from 255) = 12.26%

 GREEN value IS 226 (88.67% from 255) = 42.64%

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 12.26%
G = 42.64%
B = 45.09%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#41E2EF (or 0x41E2EF) is known color: Turquoise. HEX triplet: 41, E2 and EF. RGB value is (65,226,239). Sum of RGB (Red+Green+Blue) = 65+226+239=530 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.26% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #41E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E2EF is #BE1D10. Grayscale: #B3B3B3. Windows color (decimal): -12459281 or 15721025. OLE color: 15721025.

HSL color Cylindrical-coordinate representation of color #41E2EF: hue angle of 184.48º 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 #41E2EF is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 226 239 -
CMYK 0.73 0.05 0 0.06
HSL 184.48º 0.84% 0.6% -
HSV(B) 184.48º 0.73% 0.94% -
XYZ 44.96 61.75 91.21 -
YUV 179.34 161.66 46.44 -
System Red Green Blue C M Y K H S L
Decimal 65 226 239 0.73 0.05 0 0.06 184.48 0.84 0.6
Hex 41 E2 EF 49 5 0 6 B8 54 3C
Octal 101 342 357 111 5 0 6 270 124 74
Binary 1000001 11100010 11101111 1001001 101 0 110 10111000 1010100 111100

Color Harmonies of #41E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E2EF

Black with #41E2EF

Text Example


Text Example

White with #41E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41E2EF;
 }
 .AnyTagClassName
 {
   color: #41E2EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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