Html Css Color HEX #41DDC2 Turquoise

📋 copy color: '#41DDC2'

red 65 ◦ green 221 ◦ blue 194

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

Shades of Turquoise #41DDC2

Tints of Turquoise #41DDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.04%

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 13.54%
G = 46.04%
B = 40.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#41DDC2 (or 0x41DDC2) is known color: Turquoise. HEX triplet: 41, DD and C2. RGB value is (65,221,194). Sum of RGB (Red+Green+Blue) = 65+221+194=480 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.54% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDC2 is #BE223D. Grayscale: #ABABAB. Windows color (decimal): -12460606 or 12770625. OLE color: 12770625.

HSL color Cylindrical-coordinate representation of color #41DDC2: hue angle of 169.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DDC2 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 221 194 -
CMYK 0.71 0 0.12 0.13
HSL 169.62º 0.7% 0.56% -
HSV(B) 169.62º 0.71% 0.87% -
XYZ 37.77 56.73 60 -
YUV 171.28 140.82 52.2 -
System Red Green Blue C M Y K H S L
Decimal 65 221 194 0.71 0 0.12 0.13 169.62 0.7 0.56
Hex 41 DD C2 47 0 C D AA 46 38
Octal 101 335 302 107 0 14 15 252 106 70
Binary 1000001 11011101 11000010 1000111 0 1100 1101 10101010 1000110 111000

Color Harmonies of #41DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDC2

Black with #41DDC2

Text Example


Text Example

White with #41DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,221,194); }

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

background-color css

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

 a { background-color: rgb(65,221,194); }

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

border-color css

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

 span { border-color: rgb(65,221,194); }

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