Html Css Color HEX #41E2CA Turquoise

📋 copy color: '#41E2CA'

red 65 ◦ green 226 ◦ blue 202

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

Shades of Turquoise #41E2CA

Tints of Turquoise #41E2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 13.18%
G = 45.84%
B = 40.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#41E2CA (or 0x41E2CA) is known color: Turquoise. HEX triplet: 41, E2 and CA. RGB value is (65,226,202). Sum of RGB (Red+Green+Blue) = 65+226+202=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #41E2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E2CA is #BE1D35. Grayscale: #AFAFAF. Windows color (decimal): -12459318 or 13296193. OLE color: 13296193.

HSL color Cylindrical-coordinate representation of color #41E2CA: hue angle of 171.06º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E2CA is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 226 202 -
CMYK 0.71 0 0.11 0.11
HSL 171.06º 0.74% 0.57% -
HSV(B) 171.06º 0.71% 0.89% -
XYZ 40.04 59.78 65.31 -
YUV 175.13 143.16 49.45 -
System Red Green Blue C M Y K H S L
Decimal 65 226 202 0.71 0 0.11 0.11 171.06 0.74 0.57
Hex 41 E2 CA 47 0 B B AB 4A 39
Octal 101 342 312 107 0 13 13 253 112 71
Binary 1000001 11100010 11001010 1000111 0 1011 1011 10101011 1001010 111001

Color Harmonies of #41E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E2CA

Black with #41E2CA

Text Example


Text Example

White with #41E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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