Html Css Color HEX #41DFB6 Turquoise

📋 copy color: '#41DFB6'

red 65 ◦ green 223 ◦ blue 182

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

Shades of Turquoise #41DFB6

Tints of Turquoise #41DFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

 BLUE value IS 182 (71.48% from 255) = 38.72%

R = 13.83%
G = 47.45%
B = 38.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#41DFB6 (or 0x41DFB6) is known color: Turquoise. HEX triplet: 41, DF and B6. RGB value is (65,223,182). Sum of RGB (Red+Green+Blue) = 65+223+182=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFB6 is #BE2049. Grayscale: #ABABAB. Windows color (decimal): -12460106 or 11984705. OLE color: 11984705.

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

Color convert

RGB 65 223 182 -
CMYK 0.71 0 0.18 0.13
HSL 164.43º 0.71% 0.56% -
HSV(B) 164.43º 0.71% 0.87% -
XYZ 37.01 57.28 53.36 -
YUV 171.08 134.15 52.33 -
System Red Green Blue C M Y K H S L
Decimal 65 223 182 0.71 0 0.18 0.13 164.43 0.71 0.56
Hex 41 DF B6 47 0 12 D A4 47 38
Octal 101 337 266 107 0 22 15 244 107 70
Binary 1000001 11011111 10110110 1000111 0 10010 1101 10100100 1000111 111000

Color Harmonies of #41DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFB6

Black with #41DFB6

Text Example


Text Example

White with #41DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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