Html Css Color HEX #41EFE2 Turquoise

📋 copy color: '#41EFE2'

red 65 ◦ green 239 ◦ blue 226

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

Shades of Turquoise #41EFE2

Tints of Turquoise #41EFE2

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#41EFE2 (or 0x41EFE2) is known color: Turquoise. HEX triplet: 41, EF and E2. RGB value is (65,239,226). Sum of RGB (Red+Green+Blue) = 65+239+226=530 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.26% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFE2 is #BE101D. Grayscale: #B9B9B9. Windows color (decimal): -12455966 or 14872385. OLE color: 14872385.

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

Color convert

RGB 65 239 226 -
CMYK 0.73 0 0.05 0.06
HSL 175.52º 0.84% 0.6% -
HSV(B) 175.52º 0.73% 0.94% -
XYZ 46.77 68.35 82.68 -
YUV 185.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 65 239 226 0.73 0 0.05 0.06 175.52 0.84 0.6
Hex 41 EF E2 49 0 5 6 B0 54 3C
Octal 101 357 342 111 0 5 6 260 124 74
Binary 1000001 11101111 11100010 1001001 0 101 110 10110000 1010100 111100

Color Harmonies of #41EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFE2

Black with #41EFE2

Text Example


Text Example

White with #41EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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