Html Css Color HEX #41DAC4 Turquoise

📋 copy color: '#41DAC4'

red 65 ◦ green 218 ◦ blue 196

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

Shades of Turquoise #41DAC4

Tints of Turquoise #41DAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

 BLUE value IS 196 (76.95% from 255) = 40.92%

R = 13.57%
G = 45.51%
B = 40.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#41DAC4 (or 0x41DAC4) is known color: Turquoise. HEX triplet: 41, DA and C4. RGB value is (65,218,196). Sum of RGB (Red+Green+Blue) = 65+218+196=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #41DAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DAC4 is #BE253B. Grayscale: #A9A9A9. Windows color (decimal): -12461372 or 12900929. OLE color: 12900929.

HSL color Cylindrical-coordinate representation of color #41DAC4: hue angle of 171.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DAC4 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 218 196 -
CMYK 0.70 0 0.10 0.15
HSL 171.37º 0.67% 0.55% -
HSV(B) 171.37º 0.7% 0.85% -
XYZ 37.22 55.25 60.93 -
YUV 169.75 142.81 53.29 -
System Red Green Blue C M Y K H S L
Decimal 65 218 196 0.70 0 0.10 0.15 171.37 0.67 0.55
Hex 41 DA C4 46 0 A F AB 43 37
Octal 101 332 304 106 0 12 17 253 103 67
Binary 1000001 11011010 11000100 1000110 0 1010 1111 10101011 1000011 110111

Color Harmonies of #41DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DAC4

Black with #41DAC4

Text Example


Text Example

White with #41DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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