Html Css Color HEX #41E9DA Turquoise

📋 copy color: '#41E9DA'

red 65 ◦ green 233 ◦ blue 218

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

Shades of Turquoise #41E9DA

Tints of Turquoise #41E9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.16%

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

R = 12.6%
G = 45.16%
B = 42.25%

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

#41E9DA (or 0x41E9DA) is known color: Turquoise. HEX triplet: 41, E9 and DA. RGB value is (65,233,218). Sum of RGB (Red+Green+Blue) = 65+233+218=516 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.60% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #41E9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E9DA is #BE1625. Grayscale: #B4B4B4. Windows color (decimal): -12457510 or 14346561. OLE color: 14346561.

HSL color Cylindrical-coordinate representation of color #41E9DA: hue angle of 174.64º degrees, saturation: 0.79, 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 #41E9DA is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 233 218 -
CMYK 0.72 0 0.06 0.09
HSL 174.64º 0.79% 0.58% -
HSV(B) 174.64º 0.72% 0.91% -
XYZ 43.97 64.46 76.45 -
YUV 181.06 148.84 45.22 -
System Red Green Blue C M Y K H S L
Decimal 65 233 218 0.72 0 0.06 0.09 174.64 0.79 0.58
Hex 41 E9 DA 48 0 6 9 AF 4F 3A
Octal 101 351 332 110 0 6 11 257 117 72
Binary 1000001 11101001 11011010 1001000 0 110 1001 10101111 1001111 111010

Color Harmonies of #41E9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E9DA

Black with #41E9DA

Text Example


Text Example

White with #41E9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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