Html Css Color HEX #41ECB4 Turquoise

📋 copy color: '#41ECB4'

red 65 ◦ green 236 ◦ blue 180

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

Shades of Turquoise #41ECB4

Tints of Turquoise #41ECB4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 13.51%
G = 49.06%
B = 37.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#41ECB4 (or 0x41ECB4) is known color: Turquoise. HEX triplet: 41, EC and B4. RGB value is (65,236,180). Sum of RGB (Red+Green+Blue) = 65+236+180=481 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.51% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECB4 is #BE134B. Grayscale: #B2B2B2. Windows color (decimal): -12456780 or 11856961. OLE color: 11856961.

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

Color convert

RGB 65 236 180 -
CMYK 0.72 0 0.24 0.07
HSL 160.35º 0.82% 0.59% -
HSV(B) 160.35º 0.72% 0.93% -
XYZ 40.41 64.41 53.48 -
YUV 178.49 128.85 47.05 -
System Red Green Blue C M Y K H S L
Decimal 65 236 180 0.72 0 0.24 0.07 160.35 0.82 0.59
Hex 41 EC B4 48 0 18 7 A0 52 3B
Octal 101 354 264 110 0 30 7 240 122 73
Binary 1000001 11101100 10110100 1001000 0 11000 111 10100000 1010010 111011

Color Harmonies of #41ECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ECB4

Black with #41ECB4

Text Example


Text Example

White with #41ECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,236,180); }

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

background-color css

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

 a { background-color: rgb(65,236,180); }

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

border-color css

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

 span { border-color: rgb(65,236,180); }

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