Html Css Color HEX #41EABA Turquoise

📋 copy color: '#41EABA'

red 65 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #41EABA

Tints of Turquoise #41EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.25%

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

R = 13.4%
G = 48.25%
B = 38.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#41EABA (or 0x41EABA) is known color: Turquoise. HEX triplet: 41, EA and BA. RGB value is (65,234,186). Sum of RGB (Red+Green+Blue) = 65+234+186=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #41EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EABA is #BE1545. Grayscale: #B2B2B2. Windows color (decimal): -12457286 or 12249665. OLE color: 12249665.

HSL color Cylindrical-coordinate representation of color #41EABA: hue angle of 162.96º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EABA is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 234 186 -
CMYK 0.72 0 0.21 0.08
HSL 162.96º 0.8% 0.59% -
HSV(B) 162.96º 0.72% 0.92% -
XYZ 40.47 63.51 56.58 -
YUV 178 132.51 47.4 -
System Red Green Blue C M Y K H S L
Decimal 65 234 186 0.72 0 0.21 0.08 162.96 0.8 0.59
Hex 41 EA BA 48 0 15 8 A3 50 3B
Octal 101 352 272 110 0 25 10 243 120 73
Binary 1000001 11101010 10111010 1001000 0 10101 1000 10100011 1010000 111011

Color Harmonies of #41EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EABA

Black with #41EABA

Text Example


Text Example

White with #41EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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