Html Css Color HEX #41E3DA Turquoise

📋 copy color: '#41E3DA'

red 65 ◦ green 227 ◦ blue 218

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

Shades of Turquoise #41E3DA

Tints of Turquoise #41E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.51%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 12.75%
G = 44.51%
B = 42.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#41E3DA (or 0x41E3DA) is known color: Turquoise. HEX triplet: 41, E3 and DA. RGB value is (65,227,218). Sum of RGB (Red+Green+Blue) = 65+227+218=510 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.75% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #41E3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E3DA is #BE1C25. Grayscale: #B1B1B1. Windows color (decimal): -12459046 or 14345025. OLE color: 14345025.

HSL color Cylindrical-coordinate representation of color #41E3DA: hue angle of 176.67º 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 #41E3DA is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 227 218 -
CMYK 0.71 0 0.04 0.11
HSL 176.67º 0.74% 0.57% -
HSV(B) 176.67º 0.71% 0.89% -
XYZ 42.3 61.12 75.9 -
YUV 177.54 150.83 47.73 -
System Red Green Blue C M Y K H S L
Decimal 65 227 218 0.71 0 0.04 0.11 176.67 0.74 0.57
Hex 41 E3 DA 47 0 4 B B1 4A 39
Octal 101 343 332 107 0 4 13 261 112 71
Binary 1000001 11100011 11011010 1000111 0 100 1011 10110001 1001010 111001

Color Harmonies of #41E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E3DA

Black with #41E3DA

Text Example


Text Example

White with #41E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,227,218); }

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

background-color css

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

 a { background-color: rgb(65,227,218); }

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

border-color css

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

 span { border-color: rgb(65,227,218); }

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