Html Css Color HEX #41E7DA Turquoise

📋 copy color: '#41E7DA'

red 65 ◦ green 231 ◦ blue 218

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

Shades of Turquoise #41E7DA

Tints of Turquoise #41E7DA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.94%

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

R = 12.65%
G = 44.94%
B = 42.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#41E7DA (or 0x41E7DA) is known color: Turquoise. HEX triplet: 41, E7 and DA. RGB value is (65,231,218). Sum of RGB (Red+Green+Blue) = 65+231+218=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7DA is #BE1825. Grayscale: #B3B3B3. Windows color (decimal): -12458022 or 14346049. OLE color: 14346049.

HSL color Cylindrical-coordinate representation of color #41E7DA: hue angle of 175.3º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E7DA is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 231 218 -
CMYK 0.72 0 0.06 0.09
HSL 175.3º 0.78% 0.58% -
HSV(B) 175.3º 0.72% 0.91% -
XYZ 43.41 63.34 76.27 -
YUV 179.88 149.5 46.06 -
System Red Green Blue C M Y K H S L
Decimal 65 231 218 0.72 0 0.06 0.09 175.3 0.78 0.58
Hex 41 E7 DA 48 0 6 9 AF 4E 3A
Octal 101 347 332 110 0 6 11 257 116 72
Binary 1000001 11100111 11011010 1001000 0 110 1001 10101111 1001110 111010

Color Harmonies of #41E7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E7DA

Black with #41E7DA

Text Example


Text Example

White with #41E7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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