Html Css Color HEX #41E2DF Turquoise

📋 copy color: '#41E2DF'

red 65 ◦ green 226 ◦ blue 223

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

Shades of Turquoise #41E2DF

Tints of Turquoise #41E2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 12.65%
G = 43.97%
B = 43.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#41E2DF (or 0x41E2DF) is known color: Turquoise. HEX triplet: 41, E2 and DF. RGB value is (65,226,223). Sum of RGB (Red+Green+Blue) = 65+226+223=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #41E2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E2DF is #BE1D20. Grayscale: #B1B1B1. Windows color (decimal): -12459297 or 14672449. OLE color: 14672449.

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

Color convert

RGB 65 226 223 -
CMYK 0.71 0 0.01 0.11
HSL 178.88º 0.74% 0.57% -
HSV(B) 178.88º 0.71% 0.89% -
XYZ 42.7 60.84 79.31 -
YUV 177.52 153.66 47.74 -
System Red Green Blue C M Y K H S L
Decimal 65 226 223 0.71 0 0.01 0.11 178.88 0.74 0.57
Hex 41 E2 DF 47 0 1 B B3 4A 39
Octal 101 342 337 107 0 1 13 263 112 71
Binary 1000001 11100010 11011111 1000111 0 1 1011 10110011 1001010 111001

Color Harmonies of #41E2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E2DF

Black with #41E2DF

Text Example


Text Example

White with #41E2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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