Html Css Color HEX #41DFBA Turquoise

📋 copy color: '#41DFBA'

red 65 ◦ green 223 ◦ blue 186

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

Shades of Turquoise #41DFBA

Tints of Turquoise #41DFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 13.71%
G = 47.05%
B = 39.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#41DFBA (or 0x41DFBA) is known color: Turquoise. HEX triplet: 41, DF and BA. RGB value is (65,223,186). Sum of RGB (Red+Green+Blue) = 65+223+186=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFBA is #BE2045. Grayscale: #ABABAB. Windows color (decimal): -12460102 or 12246849. OLE color: 12246849.

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

Color convert

RGB 65 223 186 -
CMYK 0.71 0 0.17 0.13
HSL 165.95º 0.71% 0.56% -
HSV(B) 165.95º 0.71% 0.87% -
XYZ 37.43 57.44 55.57 -
YUV 171.54 136.15 52.01 -
System Red Green Blue C M Y K H S L
Decimal 65 223 186 0.71 0 0.17 0.13 165.95 0.71 0.56
Hex 41 DF BA 47 0 11 D A6 47 38
Octal 101 337 272 107 0 21 15 246 107 70
Binary 1000001 11011111 10111010 1000111 0 10001 1101 10100110 1000111 111000

Color Harmonies of #41DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFBA

Black with #41DFBA

Text Example


Text Example

White with #41DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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