Html Css Color HEX #41E4DC Turquoise

📋 copy color: '#41E4DC'

red 65 ◦ green 228 ◦ blue 220

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

Shades of Turquoise #41E4DC

Tints of Turquoise #41E4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 12.67%
G = 44.44%
B = 42.88%

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

#41E4DC (or 0x41E4DC) is known color: Turquoise. HEX triplet: 41, E4 and DC. RGB value is (65,228,220). Sum of RGB (Red+Green+Blue) = 65+228+220=513 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.67% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #41E4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E4DC is #BE1B23. Grayscale: #B2B2B2. Windows color (decimal): -12458788 or 14476353. OLE color: 14476353.

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

Color convert

RGB 65 228 220 -
CMYK 0.71 0 0.04 0.11
HSL 177.06º 0.75% 0.57% -
HSV(B) 177.06º 0.71% 0.89% -
XYZ 42.84 61.78 77.38 -
YUV 178.35 151.5 47.15 -
System Red Green Blue C M Y K H S L
Decimal 65 228 220 0.71 0 0.04 0.11 177.06 0.75 0.57
Hex 41 E4 DC 47 0 4 B B1 4B 39
Octal 101 344 334 107 0 4 13 261 113 71
Binary 1000001 11100100 11011100 1000111 0 100 1011 10110001 1001011 111001

Color Harmonies of #41E4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E4DC

Black with #41E4DC

Text Example


Text Example

White with #41E4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,228,220); }

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

background-color css

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

 a { background-color: rgb(65,228,220); }

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

border-color css

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

 span { border-color: rgb(65,228,220); }

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