Html Css Color HEX #41E1D2 Turquoise

📋 copy color: '#41E1D2'

red 65 ◦ green 225 ◦ blue 210

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

Shades of Turquoise #41E1D2

Tints of Turquoise #41E1D2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45%

 BLUE value IS 210 (82.42% from 255) = 42%

R = 13%
G = 45%
B = 42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#41E1D2 (or 0x41E1D2) is known color: Turquoise. HEX triplet: 41, E1 and D2. RGB value is (65,225,210). Sum of RGB (Red+Green+Blue) = 65+225+210=500 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #41E1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41E1D2 is #BE1E2D. Grayscale: #AFAFAF. Windows color (decimal): -12459566 or 13820225. OLE color: 13820225.

HSL color Cylindrical-coordinate representation of color #41E1D2: hue angle of 174.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E1D2 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 225 210 -
CMYK 0.71 0 0.07 0.12
HSL 174.38º 0.73% 0.57% -
HSV(B) 174.38º 0.71% 0.88% -
XYZ 40.74 59.63 70.33 -
YUV 175.45 147.49 49.22 -
System Red Green Blue C M Y K H S L
Decimal 65 225 210 0.71 0 0.07 0.12 174.38 0.73 0.57
Hex 41 E1 D2 47 0 7 C AE 49 39
Octal 101 341 322 107 0 7 14 256 111 71
Binary 1000001 11100001 11010010 1000111 0 111 1100 10101110 1001001 111001

Color Harmonies of #41E1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E1D2

Black with #41E1D2

Text Example


Text Example

White with #41E1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,225,210); }

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

background-color css

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

 a { background-color: rgb(65,225,210); }

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

border-color css

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

 span { border-color: rgb(65,225,210); }

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