Html Css Color HEX #41ECBA Turquoise

📋 copy color: '#41ECBA'

red 65 ◦ green 236 ◦ blue 186

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

Shades of Turquoise #41ECBA

Tints of Turquoise #41ECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 13.35%
G = 48.46%
B = 38.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#41ECBA (or 0x41ECBA) is known color: Turquoise. HEX triplet: 41, EC and BA. RGB value is (65,236,186). Sum of RGB (Red+Green+Blue) = 65+236+186=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECBA is #BE1345. Grayscale: #B3B3B3. Windows color (decimal): -12456774 or 12250177. OLE color: 12250177.

HSL color Cylindrical-coordinate representation of color #41ECBA: hue angle of 162.46º 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 #41ECBA is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 236 186 -
CMYK 0.72 0 0.21 0.07
HSL 162.46º 0.82% 0.59% -
HSV(B) 162.46º 0.72% 0.93% -
XYZ 41.04 64.66 56.77 -
YUV 179.17 131.85 46.57 -
System Red Green Blue C M Y K H S L
Decimal 65 236 186 0.72 0 0.21 0.07 162.46 0.82 0.59
Hex 41 EC BA 48 0 15 7 A2 52 3B
Octal 101 354 272 110 0 25 7 242 122 73
Binary 1000001 11101100 10111010 1001000 0 10101 111 10100010 1010010 111011

Color Harmonies of #41ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ECBA

Black with #41ECBA

Text Example


Text Example

White with #41ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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